Browse Source

Update windows-x64-release-dev.yml for Azure Pipelines

Krzysztof Krysiński 2 years ago
parent
commit
2a30fb5dd0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      windows-x64-release-dev.yml

+ 1 - 1
windows-x64-release-dev.yml

@@ -20,7 +20,7 @@ steps:
 - task: UseDotNet@2
 - task: UseDotNet@2
   inputs:
   inputs:
     packageType: 'sdk'
     packageType: 'sdk'
-    version: '7.x'
+    useGlobalJson: true
 - task: NuGetToolInstaller@1
 - task: NuGetToolInstaller@1
 
 
 - task: NuGetCommand@2
 - task: NuGetCommand@2