Skip to content

Commit

Permalink
Trim and parameterize publishing WinUI Gallery
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelwgn committed Aug 27, 2023
1 parent b5e7c6b commit 51efdcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ steps:
command: 'publish'
publishWebProjects: false
projects: '$(solutionGallery)'
arguments: '/p:PublishReadyToRun=false /p:AppxBundlePlatforms="x64" /p:AppxPackageDir="D:\a\1\a\AppxPackages\\" /p:AppxBundle=Always /p:UapAppxPackageBuildMode=SideloadOnly /p:AppxPackageSigningEnabled=true /p:platform="x64" /p:configuration="Debug" /p:PublishProfile="./WinUIGallery/Properties/PublishProfiles/win10-x64.pubxml"'
arguments: '/p:AppxPackageDir="D:\a\1\a\AppxPackages\\" /p:platform="$(buildPlatform)" /p:PublishProfile="./WinUIGallery/Properties/PublishProfiles/win10-$(buildPlatform).pubxml"'
zipAfterPublish: false
modifyOutputPath: false

Expand Down

0 comments on commit 51efdcf

Please sign in to comment.