|
@@ -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
|