Skip to content

Commit a66cb27

Browse files
committed
typo for module version
1 parent 7f55032 commit a66cb27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/releaseBuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ stages:
6666
# Get version and create a variable
6767
$moduleData = Import-PowerShellDataFile "$(Build.SourcesDirectory)/OSS_Microsoft_PSSA/Engine/PSScriptAnalyzer.psd1"
6868
$moduleVersion = $moduleData.ModuleVersion
69-
$vstsCommandString = "vso[task.setvariable variable variable=moduleVersion]${moduleVersion}"
69+
$vstsCommandString = "vso[task.setvariable variable=moduleVersion]${moduleVersion}"
7070
Write-Host "sending " + $vstsCommandString
7171
Write-Host "##$vstsCommandString"
7272

0 commit comments

Comments
 (0)