diff --git a/azure-pipelines/integration-test.yml b/azure-pipelines/integration-test.yml index 1b0d86f5..c023c631 100644 --- a/azure-pipelines/integration-test.yml +++ b/azure-pipelines/integration-test.yml @@ -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