Browse Source

Merge branch 'pipelines-fix' of https://github.com/PixiEditor/PixiEditor into pipelines-fix

Krzysztof Krysiński 2 years ago
parent
commit
9083f1ca0c
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
   inputs:
     packageType: 'sdk'
-    useGlobalJson: true
+    version: '7.0.103'
 - task: NuGetToolInstaller@1
 
 - task: NuGetCommand@2