Browse Source

Update azure-pipelines.yml for Azure Pipelines

Krzysztof Krysiński 5 years ago
parent
commit
5a63302085
1 changed files with 6 additions and 3 deletions
  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