Skip to content

Commit

Permalink
no extensionname in legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerLeonhardt committed Apr 13, 2019
1 parent f6c3e08 commit 10a647f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vscode-powershell.build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ task UploadArtifacts {
if ($env:TF_BUILD) {
# SYSTEM_PHASENAME is the Job name.
Copy-Item -Path PowerShell-insiders.vsix `
-Destination "$env:BUILD_ARTIFACTSTAGINGDIRECTORY/$script:ExtensionName-$script:ExtensionVersion-$env:SYSTEM_PHASENAME.vsix"
-Destination "$env:BUILD_ARTIFACTSTAGINGDIRECTORY/powershell-$script:ExtensionVersion-$env:SYSTEM_PHASENAME.vsix"
}
}

Expand Down

0 comments on commit 10a647f

Please sign in to comment.