File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -93,13 +93,16 @@ task Package {
93
93
Copy-Item - Recurse - Force ..\PowerShellEditorServices\module\PowerShellEditorServices .\modules
94
94
}
95
95
96
- Write-Host " `n ### Packaging PowerShell-$ ( $ script :ExtensionVersion ) .vsix`n " - ForegroundColor Green
96
+ Write-Host " `n ### Packaging PowerShell-insiders .vsix`n " - ForegroundColor Green
97
97
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
98
101
}
99
102
100
103
task UploadArtifacts - If { $env: AppVeyor } {
101
104
102
- Push-AppveyorArtifact .\PowerShell- $ ( $ script :ExtensionVersion ) .vsix
105
+ Push-AppveyorArtifact .\PowerShell- insiders .vsix
103
106
}
104
107
105
108
# The default task is to run the entire CI build
You can’t perform that action at this time.
0 commit comments