瀏覽代碼

Maybe this will fix the pipeline...

CPKreuz 4 年之前
父節點
當前提交
e3eec3b407
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      azure-pipelines.yml

+ 3 - 1
azure-pipelines.yml

@@ -12,6 +12,8 @@ variables:
 
 steps:
 - task: NuGetToolInstaller@1
+  inputs:
+    versionSpec: '5.x'
 
 - task: NuGetCommand@2
   inputs:
@@ -47,4 +49,4 @@ steps:
 - task: CmdLine@2
   inputs:
     script: codecov -f .\PixiEditorTests\PixiEditor_coverage.xml -t $(CODECOV_TOKEN)
-  displayName: Upload to Codecov.io
+  displayName: Upload to Codecov.io