Skip to content

Commit

Permalink
Merge pull request dotnet#848 from NiklasGustafsson/main
Browse files Browse the repository at this point in the history
More work on getting the right .NET version installed on the Widows VMs.
  • Loading branch information
NiklasGustafsson committed Nov 16, 2022
2 parents 2e1354a + 060befe commit 4250366
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build/ci/job-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ jobs:
_configuration: Release
_config_short: R
steps:
- task: UseDotNet@2
displayName: 'Use .NET Core sdk'
inputs:
packageType: sdk
version: 6.0.402
installationPath: $(Agent.ToolsDirectory)/dotnet
- script: $(_prepScript)
displayName: Install build dependencies
- script: $(_buildScript) $(_configuration)
Expand Down

0 comments on commit 4250366

Please sign in to comment.