Skip to content

Commit

Permalink
Try changing dotnet installation path to avoid clash with the one in …
Browse files Browse the repository at this point in the history
…tools directory (dotnet#3856)
  • Loading branch information
safern authored Jan 30, 2020
1 parent 843d66b commit 665983a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/pipelines/common/restore-internal-tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ steps:
inputs:
packageType: sdk
useGlobalJson: true
installationPath: $(Agent.ToolsDirectory)/dotnet
installationPath: $(Agent.TempDirectory)/_dotnet

- task: NuGetAuthenticate@0
inputs:
Expand Down

0 comments on commit 665983a

Please sign in to comment.