From 654b037263356c0798f6abd258eef514a5591f72 Mon Sep 17 00:00:00 2001 From: MaksimZhukov <46996400+MaksimZhukov@users.noreply.github.com> Date: Wed, 15 Jul 2020 15:54:30 +0300 Subject: [PATCH] Fix python tests (#41) Co-authored-by: MaksimZhukov --- azure-pipelines/templates/test-job.yml | 1 + tests/python-tests.ps1 | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines/templates/test-job.yml b/azure-pipelines/templates/test-job.yml index 22e7ac2..3dee602 100644 --- a/azure-pipelines/templates/test-job.yml +++ b/azure-pipelines/templates/test-job.yml @@ -76,6 +76,7 @@ jobs: } } Invoke-Pester -Script $pesterParams -OutputFile "test_results.xml" -OutputFormat NUnitXml + pwsh: true workingDirectory: '$(Build.SourcesDirectory)/tests' - task: PublishTestResults@2 diff --git a/tests/python-tests.ps1 b/tests/python-tests.ps1 index 550ea4e..71bb313 100644 --- a/tests/python-tests.ps1 +++ b/tests/python-tests.ps1 @@ -1,5 +1,5 @@ param ( - [string] [Parameter (Mandatory = $true)] [ValidateNotNullOrEmpty()] + [semver] [Parameter (Mandatory = $true)] [ValidateNotNullOrEmpty()] $Version, [string] [Parameter (Mandatory = $true)] [ValidateNotNullOrEmpty()] $Platform