Skip to content

Commit ba0c52f

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents ea3270d + d1fc8f8 commit ba0c52f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

azure-pipelines.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pool:
1111

1212
steps:
1313
- powershell: |
14-
Install-Module PSScriptAnalyzer
14+
Install-Module PSScriptAnalyzer -Scope Currentuser
1515
Invoke-Pester -Path ./Tests -OutputFormat NUnitXml -OutputFile TestResults.xml -PassThru
1616
displayName: 'Pester'
1717

@@ -27,4 +27,5 @@ steps:
2727
2828
$NewVersion = "{0}.{1}.{2}" -f $version.Major,$version.Minor,($version.Build + 1)
2929
30-
$NewVersion
30+
Write-Host New SemVer is: $NewVersion
31+
displayName: New Semver

0 commit comments

Comments
 (0)