File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -93,13 +93,16 @@ task Package {
9393 Copy-Item - Recurse - Force ..\PowerShellEditorServices\module\PowerShellEditorServices .\modules
9494 }
9595
96- Write-Host " `n ### Packaging PowerShell-$ ( $ script :ExtensionVersion ) .vsix`n " - ForegroundColor Green
96+ Write-Host " `n ### Packaging PowerShell-insiders .vsix`n " - ForegroundColor Green
9797 exec { & node ./ node_modules/ vsce/ out/ vsce package }
98+
99+ # Change the package to have a static name for automation purposes
100+ Move-Item .\PowerShell- $ ($script :ExtensionVersion ).vsix .\PowerShell- insiders.vsix
98101}
99102
100103task UploadArtifacts - If { $env: AppVeyor } {
101104
102- Push-AppveyorArtifact .\PowerShell- $ ( $ script :ExtensionVersion ) .vsix
105+ Push-AppveyorArtifact .\PowerShell- insiders .vsix
103106}
104107
105108# The default task is to run the entire CI build
You can’t perform that action at this time.
0 commit comments