We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06e3e67 commit 654b037Copy full SHA for 654b037
azure-pipelines/templates/test-job.yml
@@ -76,6 +76,7 @@ jobs:
76
}
77
78
Invoke-Pester -Script $pesterParams -OutputFile "test_results.xml" -OutputFormat NUnitXml
79
+ pwsh: true
80
workingDirectory: '$(Build.SourcesDirectory)/tests'
81
82
- task: PublishTestResults@2
tests/python-tests.ps1
@@ -1,5 +1,5 @@
1
param (
2
- [string] [Parameter (Mandatory = $true)] [ValidateNotNullOrEmpty()]
+ [semver] [Parameter (Mandatory = $true)] [ValidateNotNullOrEmpty()]
3
$Version,
4
[string] [Parameter (Mandatory = $true)] [ValidateNotNullOrEmpty()]
5
$Platform
0 commit comments