We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1b33e1 commit 08a98b2Copy full SHA for 08a98b2
vscode-powershell.build.ps1
@@ -126,7 +126,7 @@ task UploadArtifacts {
126
if ($env:TF_BUILD) {
127
# SYSTEM_PHASENAME is the Job name.
128
Copy-Item -Path PowerShell-insiders.vsix `
129
- -Destination "$env:BUILD_ARTIFACTSTAGINGDIRECTORY/$script:ExtensionName-$script:ExtensionVersion-$env:SYSTEM_PHASENAME.vsix"
+ -Destination "$env:BUILD_ARTIFACTSTAGINGDIRECTORY/powershell-$script:ExtensionVersion-$env:SYSTEM_PHASENAME.vsix"
130
}
131
132
0 commit comments