Ver Fonte

Update azure-pipelines.yml for Azure Pipelines

Krzysztof Krysiński há 5 anos atrás
pai
commit
5a63302085
1 ficheiros alterados com 6 adições e 3 exclusões
  1. 6 3
      azure-pipelines.yml

+ 6 - 3
azure-pipelines.yml

@@ -35,6 +35,9 @@ steps:
   inputs:
   inputs:
       testRunner: VSTest
       testRunner: VSTest
       testResultsFiles: '**/*.trx'
       testResultsFiles: '**/*.trx'
-  
-- powershell: .\codecov.ps1 -token $(CODECOV_TOKEN)
-  displayName: Upload to Codecov.io
+
+- task: PowerShell@2
+  inputs:
+    filePath: '.\codecov.ps1'
+    arguments: '-token $(CODECOV_TOKEN)'
+  displayName: Upload to Codecov.io