File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments