Port BuildVSIX-Steps.yml from monobuild: add artifactName/SkipArtifactDownload parameters#6645
Open
romsi1983 wants to merge 1 commit into
Conversation
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
…/dev/monobuild Ports monobuild-ready versions to release/dev/monobuild-2.0-stable: BuildVSIX-Steps.yml: - Add artifactName, SkipArtifactDownload, NightlyBranchName parameters - Add SkipVSIXBuild conditions on all steps - Replace GUID-based NuGet task refs with NuGetCommand@2 - Remove IsOneBranch parameter and PublishBuildArtifacts step SignPackageContents-steps.yml: - Add IsMonobuild parameter - Use WindowsAppSDK-EsrpCodeSigning-Wrapper.yml (forwards IsMonobuild)
romsi1983
force-pushed
the
user/romansivak/fix-vsix-steps-monobuild-2.0-stable
branch
from
July 22, 2026 11:00
ca83209 to
32050ab
Compare
kythant
approved these changes
Jul 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up to #6643 (BuildInstaller-Steps.yml). Ports two more Foundation templates from
release/dev/monobuildto unblock the 2.0-stable monobuild pipeline compilation.Changes
WindowsAppSDK-BuildVSIX-Steps.yml:artifactName,SkipArtifactDownload,NightlyBranchNameparametersSkipVSIXBuildconditions on all stepsNuGetCommand@2IsOneBranchparameter andPublishBuildArtifactsstep (ob_outputDirectoryhandles publishing)WindowsAppSDK-SignPackageContents-steps.yml:IsMonobuildparameterWindowsAppSDK-EsrpCodeSigning-Steps.yml@WinAppSDKcalls toWindowsAppSDK-EsrpCodeSigning-Wrapper.yml(which forwardsIsMonobuildto resolve the@WinAppSDKsuffix in monobuild context)