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
[release/9.5] Cherry-pick extension build and sign pipeline setup (dotnet#11618)
* Initial plan
* Set up extension build and sign pipeline (dotnet#11504)
* first try extension CI
* move above other stages
* install vsce globally before package
* explicitly publish extension
* try add signing
* try #2
* Revert "try #2"
This reverts commit 8006a85.
* try to fix sign
* try with artifacts packages dir property
* remove verification
* clean up
* pr suggestions
* run stages in parallel
* see if this runs in parallel
* add restore back
* rename binlog
* remove extra upload step
* Move building extension to msbuild from the scripts. And always build extension on the internal pipeline
* fix typo
* fix build
* Don't try to parse errors and warnings from yarn/npm invocations. Only use the exit code to determine success or failure
* try publishing vsix
* update paths
* update paths 2
* Revert "update paths 2"
This reverts commit e178308.
* fix path to publish..?
---------
Co-authored-by: Ankit Jain <radical@gmail.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Adam Ratzman <adam@adamratzman.com>
Co-authored-by: Ankit Jain <radical@gmail.com>
<ErrorCondition="'$(YarnExitCode)' != '0'"Text="yarn is not installed or not available in PATH. To build the extension, install yarn: https://yarnpkg.com/getting-started/install" />
<ErrorCondition="'$(VsceExitCode)' != '0'"Text="vsce is not installed or not available in PATH. To build the extension, install vsce: npm install -g vsce" />
0 commit comments