Skip to content

Conversation

@bwateratmsft
Copy link
Contributor

@bwateratmsft bwateratmsft commented Jan 28, 2026

Fixes #2173

Example PRs using these:

Successful builds using these:

Successful releases using these:

  • Extension:
  • NPM:

This comment was marked as resolved.

bwateratmsft and others added 4 commits January 28, 2026 09:56
Comment on lines +109 to +113
# Invoke-Expression $commandLine # TODO: temporarily disabled for testing
# if ($LASTEXITCODE -ne 0) {
# Write-Error "Failed to publish VSIX: $($vsix.vsixName)"
# exit 1
# }
Copy link
Contributor Author

@bwateratmsft bwateratmsft Jan 28, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: reenable

Suggested change
# Invoke-Expression $commandLine # TODO: temporarily disabled for testing
# if ($LASTEXITCODE -ne 0) {
# Write-Error "Failed to publish VSIX: $($vsix.vsixName)"
# exit 1
# }
Invoke-Expression $commandLine
if ($LASTEXITCODE -ne 0) {
Write-Error "Failed to publish VSIX: $($vsix.vsixName)"
exit 1
}

Copy link
Contributor Author

@bwateratmsft bwateratmsft Jan 28, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: Need to create the branch ruleset

This comment was marked as resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

pipelines: Major improvements

2 participants