Browse Source

ok. now it should find a ver

Krzysztof Krysiński 2 years ago
parent
commit
5a1374cf59
4 changed files with 5 additions and 4 deletions
  1. 2 1
      windows-x64-release-dev.yml
  2. 1 1
      windows-x64-release.yml
  3. 1 1
      windows-x86-release-dev.yml
  4. 1 1
      windows-x86-release.yml

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

@@ -24,7 +24,8 @@ steps:
 - task: UseDotNet@2
   inputs:
     packageType: 'sdk'
-    version: '7.0.4'
+    version: '7.0.202'
+    
 - task: NuGetToolInstaller@1
 
 - task: NuGetCommand@2

+ 1 - 1
windows-x64-release.yml

@@ -24,7 +24,7 @@ steps:
 - task: UseDotNet@2
   inputs:
     packageType: 'sdk'
-    version: '7.0.4'
+    version: '7.0.202'
 - task: NuGetToolInstaller@1
 
 - task: NuGetCommand@2

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

@@ -24,7 +24,7 @@ steps:
 - task: UseDotNet@2
   inputs:
     packageType: 'sdk'
-    version: '7.0.4'
+    version: '7.0.202'
 
 - task: NuGetToolInstaller@1
 

+ 1 - 1
windows-x86-release.yml

@@ -24,7 +24,7 @@ steps:
 - task: UseDotNet@2
   inputs:
     packageType: 'sdk'
-    version: '7.0.4'
+    version: '7.0.202'
 
 - task: NuGetToolInstaller@1