Skip VsServer LiveDeploy tests — unblock 1.24.0 release#7740
Skip VsServer LiveDeploy tests — unblock 1.24.0 release#7740rajeshkamal5050 wants to merge 1 commit intomainfrom
Conversation
aspire-full sample pinned to Aspire 9.x, Windows CI agent now has 13.x. dotnet run --publisher manifest fails with exit code -1. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Skips VsServer LiveDeploy functional tests to unblock the 1.24.0 release while the aspire-full sample’s pinned Aspire version is incompatible with the Windows CI agent.
Changes:
- Added a guard in the VsServer functional test to skip subtests whose names start with
LiveDeploy. - Included inline comments and a skip message referencing issue #7739 and the Aspire version mismatch.
Azure Dev CLI Install InstructionsInstall scriptsMacOS/Linux
bash: pwsh: WindowsPowerShell install MSI install Standalone Binary
MSI
Documentationlearn.microsoft.com documentationtitle: Azure Developer CLI reference
|
Skip VsServer LiveDeploy tests to unblock 1.24.0 release.
dotnet run --publisher manifeston the aspire-full sample fails with exit code -1 on Windows CI. The sample is pinned to Aspire 9.x — CI agent now has 13.x.Fixes #7739