Skip to content

Commit

Permalink
Merge pull request #214 from Microsoft/users/ersciple/m101tfjwt
Browse files Browse the repository at this point in the history
Switch TEE to JWT.
  • Loading branch information
ericsciple committed May 31, 2016
2 parents 85abb34 + aec7b95 commit f36ab98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Agent.Worker/Build/TeeTFCommandManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ private string FormatArguments(FormatFlags formatFlags, params string[] args)

if (!formatFlags.HasFlag(FormatFlags.OmitLogin))
{
formattedArgs.Add($"-login:_,{accessToken}");
formattedArgs.Add($"-jwt:{accessToken}");
}

if (!formatFlags.HasFlag(FormatFlags.OmitNoPrompt))
Expand Down
2 changes: 1 addition & 1 deletion src/Misc/externals.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ EXTERNALTOOLSLOCATION=(
portableredhatgit/1
portablewingit/1
symstore/1
tee/1
tee/14_0_4
vstshost/2
vstsom/1
)
Expand Down

0 comments on commit f36ab98

Please sign in to comment.