Skip to content

Commit

Permalink
Fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
hallipr committed May 17, 2022
1 parent 0f5a796 commit 291521c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/scripts/Compress-EsrpReleasePackages.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ foreach ($packageDetail in $packageDetails) {
"Version"= $version;
}

if($SingleArchiveVariable) {
if($SingleArtifactVariable) {
Write-Host "##vso[task.setvariable variable=$SingleArtifactVariable]$signedArtifactPath"
}

Expand Down

0 comments on commit 291521c

Please sign in to comment.