We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6c3e08 commit 10a647fCopy full SHA for 10a647f
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