Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit

Permalink
Add inner tools directory CredentialsProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorHofer committed Apr 4, 2019
1 parent 6b3909d commit 458e521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/Tools.props
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
AfterTargets="Restore">

<PropertyGroup>
<ToolsDir>$([MSBuild]::NormalizeDirectory('$(RepoRoot)', '.tools'))</ToolsDir>
<ToolsDir>$([MSBuild]::NormalizeDirectory('$(RepoRoot)', '.tools', 'CredentialsProvider'))</ToolsDir>
<CredentialsProviderScriptUrl Condition="'$(OS)' == 'Windows_NT'">https://raw.githubusercontent.com/Microsoft/artifacts-credprovider/master/helpers/installcredprovider.ps1</CredentialsProviderScriptUrl>
<CredentialsProviderScriptUrl Condition="'$(OS)' != 'Windows_NT'">https://raw.githubusercontent.com/Microsoft/artifacts-credprovider/master/helpers/installcredprovider.sh</CredentialsProviderScriptUrl>
</PropertyGroup>
Expand Down

0 comments on commit 458e521

Please sign in to comment.