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 7f55032 commit a66cb27Copy full SHA for a66cb27
.ci/releaseBuild.yml
@@ -66,7 +66,7 @@ stages:
66
# Get version and create a variable
67
$moduleData = Import-PowerShellDataFile "$(Build.SourcesDirectory)/OSS_Microsoft_PSSA/Engine/PSScriptAnalyzer.psd1"
68
$moduleVersion = $moduleData.ModuleVersion
69
- $vstsCommandString = "vso[task.setvariable variable variable=moduleVersion]${moduleVersion}"
+ $vstsCommandString = "vso[task.setvariable variable=moduleVersion]${moduleVersion}"
70
Write-Host "sending " + $vstsCommandString
71
Write-Host "##$vstsCommandString"
72
0 commit comments