You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
End result is both sets of connection values reference later point to the first SPN. In reviewing the step output, it seems to be taking current value of $(BuildTools.EnvironmentUrl) and uses that instead of the the SPN.
In playing with the "settings" editor, it appears that this is defaulting a parm value of "Environment: '$(BuildTools.EnvironmentUrl)'" even though that isn't being provided.
The doc around using this to return info on the SPN is not correct either as it does not include direction on using the task name to qualify the returned values.
The text was updated successfully, but these errors were encountered:
Using the following tasks:
End result is both sets of connection values reference later point to the first SPN. In reviewing the step output, it seems to be taking current value of $(BuildTools.EnvironmentUrl) and uses that instead of the the SPN.
In playing with the "settings" editor, it appears that this is defaulting a parm value of "Environment: '$(BuildTools.EnvironmentUrl)'" even though that isn't being provided.
Explicitly setting:
on the second does not seem to override the default.
However, placing a 'bad' value in there like this:
seems to work.
The doc around using this to return info on the SPN is not correct either as it does not include direction on using the task name to qualify the returned values.
The text was updated successfully, but these errors were encountered: