We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c5f3e1 commit 4e15ef1Copy full SHA for 4e15ef1
1 file changed
azure-pipelines.yml
@@ -12,6 +12,7 @@ pool:
12
steps:
13
- powershell: |
14
Install-Module PSScriptAnalyzer -Scope Currentuser -SkipPublisherCheck -Force
15
+ Install-Module Pester -Scope Currentuser -SkipPublisherCheck -Force
16
$TestResults = Invoke-Pester -Path ./Tests -OutputFormat NUnitXml -OutputFile TestResults.xml -PassThru
17
18
if ($TestResults.FailedCount -gt 0) {
@@ -40,3 +41,4 @@ steps:
40
41
inputs:
42
filePath: 'Publish-ToPSGallery.ps1'
43
arguments: '-nuGetApiKey $(PSGallery_PAT) -moduleVersion $(Build.SemVerId)'
44
+ displayName: Publish-ToPSGallery.ps1
0 commit comments