Skip to content

Conversation

@adamint
Copy link
Member

@adamint adamint commented Nov 11, 2025

No description provided.

Copilot AI review requested due to automatic review settings November 11, 2025 16:36
@github-actions
Copy link
Contributor

github-actions bot commented Nov 11, 2025

🚀 Dogfood this PR with:

⚠️ WARNING: Do not do this without first carefully reviewing the code of this PR to satisfy yourself it is safe.

curl -fsSL https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 12897

Or

  • Run remotely in PowerShell:
iex "& { $(irm https://raw.githubusercontent.com/dotnet/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 12897"

Copilot finished reviewing on behalf of adamint November 11, 2025 16:37
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR removes the --pre-release flag from the VS Code extension packaging command for official builds, transitioning the extension from pre-release to stable release status.

Key Changes

  • Removes --pre-release flag from the vsce package command in Extension.proj


<!-- Package extension -->
<Exec Command="vsce package --pre-release --out $(ArtifactsPackagesDir)\vscode\aspire-vscode-$(_ExtractedVersion).vsix"
<Exec Command="vsce package --out $(ArtifactsPackagesDir)\vscode\aspire-vscode-$(_ExtractedVersion).vsix"
Copy link

Copilot AI Nov 11, 2025

Choose a reason for hiding this comment

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

The --pre-release flag is being removed from the official build, but .github/workflows/tests.yml line 194 still packages the extension with --pre-release flag during extension tests. This inconsistency could lead to differences between test artifacts and production builds. Consider updating the test workflow to match this change for consistency.

Copilot uses AI. Check for mistakes.
Copy link
Member Author

Choose a reason for hiding this comment

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

That distinction is intentional.

@adamint adamint enabled auto-merge (squash) November 11, 2025 16:48
@adamint adamint merged commit 3ad0b55 into dotnet:main Nov 11, 2025
296 checks passed
@dotnet-policy-service dotnet-policy-service bot added this to the 13.1 milestone Nov 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants