Skip to content

Commit

Permalink
Allow using whatever SDK is on the build agent
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Sep 15, 2023
1 parent 72a737f commit 713c3b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions azure-pipelines/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
- checkout: self
fetchDepth: 1 # no need for git history here
clean: true
- pwsh: Remove-Item global.json # Accept the latest .NET SDK for this integration test to match common customer experience.
displayName: 🔧 Remove global.json
- download: current
artifact: deployables-Windows
displayName: 🔻 Download nupkg
Expand Down

0 comments on commit 713c3b8

Please sign in to comment.