Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelwgn committed Aug 25, 2023
1 parent 428ed39 commit bdad0b0
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,14 @@ steps:
targetType: filePath
filePath: build/GenerateTestPFX.ps1


- task: VSBuild@1
- task: DotNetCoreCLI@2
inputs:
platform: $(buildPlatform)
solution: "$(solutionGallery)"
configuration: "$(buildConfiguration)"
msbuildArgs: '/p:PublishReadyToRun=false /p:AppxBundlePlatforms="$(buildPlatform)" /p:AppxPackageDir="$(appxPackageDir)" /p:AppxBundle=Always /p:UapAppxPackageBuildMode=SideloadOnly /p:AppxPackageSigningEnabled=true'
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"'
zipAfterPublish: false
modifyOutputPath: false

- task: PowerShell@2
inputs:
Expand Down

0 comments on commit bdad0b0

Please sign in to comment.