Skip to content

Commit bdad0b0

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 428ed39 commit bdad0b0

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

azure-pipelines.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,14 @@ steps:
3636
targetType: filePath
3737
filePath: build/GenerateTestPFX.ps1
3838

39-
40-
- task: VSBuild@1
39+
- task: DotNetCoreCLI@2
4140
inputs:
42-
platform: $(buildPlatform)
43-
solution: "$(solutionGallery)"
44-
configuration: "$(buildConfiguration)"
45-
msbuildArgs: '/p:PublishReadyToRun=false /p:AppxBundlePlatforms="$(buildPlatform)" /p:AppxPackageDir="$(appxPackageDir)" /p:AppxBundle=Always /p:UapAppxPackageBuildMode=SideloadOnly /p:AppxPackageSigningEnabled=true'
41+
command: 'publish'
42+
publishWebProjects: false
43+
projects: '$(solutionGallery)'
44+
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"'
45+
zipAfterPublish: false
46+
modifyOutputPath: false
4647

4748
- task: PowerShell@2
4849
inputs:

0 commit comments

Comments
 (0)