Skip to content

Commit

Permalink
Merge pull request #140 from fsprojects/azure-pipelines-use-globaljson
Browse files Browse the repository at this point in the history
Use .NET Core version from global.json on CI machines
  • Loading branch information
sergey-tihon authored Oct 23, 2019
2 parents 3bb7a4c + f1a210f commit 358131f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ steps:
displayName: 'Install .net core 3.0'
inputs:
packageType: sdk
version: '3.0.100'
useGlobalJson: true
installationPath: $(Agent.ToolsDirectory)/dotnet
- bash: ./build.sh
condition: or( eq( variables['Agent.OS'], 'Darwin' ), eq( variables['Agent.OS'], 'Linux' ))
Expand Down

0 comments on commit 358131f

Please sign in to comment.