We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ea3270d + d1fc8f8 commit ba0c52fCopy full SHA for ba0c52f
1 file changed
azure-pipelines.yml
@@ -11,7 +11,7 @@ pool:
11
12
steps:
13
- powershell: |
14
- Install-Module PSScriptAnalyzer
+ Install-Module PSScriptAnalyzer -Scope Currentuser
15
Invoke-Pester -Path ./Tests -OutputFormat NUnitXml -OutputFile TestResults.xml -PassThru
16
displayName: 'Pester'
17
@@ -27,4 +27,5 @@ steps:
27
28
$NewVersion = "{0}.{1}.{2}" -f $version.Major,$version.Minor,($version.Build + 1)
29
30
- $NewVersion
+ Write-Host New SemVer is: $NewVersion
31
+ displayName: New Semver
0 commit comments