You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This now leaves the VSIX named as `vsce` creates it:
`powershell-YYYY.MM.X.vsix`, instead of renaming it `PowerShell-Insiders.vsix`.
I can't think of anything this would break, since the upload is not actually
done with the deleted `Upload` task but with an ADO pipeline task.
This also fixes the path to `InvokePesterStub.ps1` which is now part of the
PowerShellEditorServices repository. This was necessary in order to sign it, as
it must be signed _before_ the VSIX is created. Moving it to the other repo was
the best way to solve the "chicken-egg" problem that presented.
0 commit comments