Skip to content

Commit 08a98b2

Browse files
no extensionname in legacy
1 parent d1b33e1 commit 08a98b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vscode-powershell.build.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ task UploadArtifacts {
126126
if ($env:TF_BUILD) {
127127
# SYSTEM_PHASENAME is the Job name.
128128
Copy-Item -Path PowerShell-insiders.vsix `
129-
-Destination "$env:BUILD_ARTIFACTSTAGINGDIRECTORY/$script:ExtensionName-$script:ExtensionVersion-$env:SYSTEM_PHASENAME.vsix"
129+
-Destination "$env:BUILD_ARTIFACTSTAGINGDIRECTORY/powershell-$script:ExtensionVersion-$env:SYSTEM_PHASENAME.vsix"
130130
}
131131
}
132132

0 commit comments

Comments
 (0)