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