Skip to content

Commit 8a5df91

Browse files
authored
use FullName (as per docs)
1 parent eb52c70 commit 8a5df91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/pipelines/templates/stages/azuredevops-publish-manual.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ stages:
4545
Write-Host "More than one VSIX file found in signed artifact."
4646
exit 1
4747
}
48-
$vsixFile = $files[0].Name
48+
$vsixFile = $files[0].FullName
4949
} else {
50-
$vsixFile = $files.Name
50+
$vsixFile = $files.FullName
5151
}
5252
5353
Write-Host "##vso[task.setvariable variable=VSIX_FILE]$vsixFile"

0 commit comments

Comments
 (0)