File tree Expand file tree Collapse file tree 1 file changed +1
-15
lines changed
Expand file tree Collapse file tree 1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change 6464 buildOutDirAnyCpu : $(Build.SourcesDirectory)\src\AnyCPU\$(buildConfiguration)
6565 artifactsDir : $(Build.ArtifactStagingDirectory)\$(buildPlatform)
6666 appxPackageDir : $(Build.ArtifactStagingDirectory)\$(buildPlatform)\AppxPackages
67- packageLayoutDir : $(Build.BinariesDirectory)\WingetPackageLayout
6867
6968 steps :
7069 - task : NuGetToolInstaller@1
@@ -153,7 +152,6 @@ jobs:
153152 displayName : ' Copy specific build artifacts'
154153 inputs :
155154 Contents : |
156- $(buildOutDir)\WindowsPackageManager\WindowsPackageManager.pdb
157155 $(buildOutDir)\WinGetUtil\WinGetUtil.dll
158156 $(buildOutDir)\WinGetUtil\WinGetUtil.pdb
159157 TargetFolder : ' $(artifactsDir)'
@@ -162,21 +160,9 @@ jobs:
162160 displayName : Create Package Layout
163161 inputs :
164162 filePath : ' src\AppInstallerCLIPackage\Execute-AppxRecipe.ps1'
165- arguments : ' -AppxRecipePath AppInstallerCLIPackage\bin\$(buildPlatform)\$(buildConfiguration)\AppInstallerCLIPackage.build.appxrecipe -LayoutPath $(packageLayoutDir) -Force -Verbose'
163+ arguments : ' -AppxRecipePath AppInstallerCLIPackage\bin\$(buildPlatform)\$(buildConfiguration)\AppInstallerCLIPackage.build.appxrecipe -LayoutPath $(artifactsDir)\DevPackage -Force -Verbose'
166164 workingDirectory : ' src'
167165
168- - task : CopyFiles@2
169- displayName : ' Copy Dev Package (Loose Files)'
170- inputs :
171- SourceFolder : ' $(packageLayoutDir)'
172- TargetFolder : ' $(artifactsDir)\DevPackage'
173-
174- - task : DeleteFiles@1
175- displayName : Clean up Package Layout after copy
176- inputs :
177- SourceFolder : ' $(packageLayoutDir)'
178- Contents : ' **/*'
179-
180166 - task : CopyFiles@2
181167 displayName : ' Copy native binaries for Microsoft.WinGet.Client (net8)'
182168 inputs :
You can’t perform that action at this time.
0 commit comments