Jelajahi Sumber

Maybe this will fix the pipeline...

CPKreuz 4 tahun lalu
induk
melakukan
e3eec3b407
1 mengubah file dengan 3 tambahan dan 1 penghapusan
  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