File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -136,6 +136,7 @@ extends:
136
136
ob_sdl_sbom_enabled : true
137
137
ob_signing_setup_enabled : true
138
138
ob_sdl_codeql_compiled_enabled : true
139
+ ob_restore_phase : true
139
140
pool :
140
141
type : windows
141
142
steps :
@@ -152,7 +153,6 @@ extends:
152
153
Copy-Item "$(Pipeline.Workspace)/drop_BuildAndSign_BuildWin_x64/*.msix" ./bin/msix -Verbose
153
154
Copy-Item "$(Pipeline.Workspace)/drop_BuildAndSign_BuildWin_arm64/*.msix" ./bin/msix -Verbose
154
155
./build.ps1 -PackageType msixbundle
155
- Copy-Item ./bin/*.msixbundle "$(ob_outputDirectory)"
156
156
displayName: 'Create msixbundle'
157
157
condition: succeeded()
158
158
- task : onebranch.pipeline.signing@1
@@ -162,7 +162,10 @@ extends:
162
162
command : ' sign'
163
163
signing_profile : ' Dynamic-WINMSAPP1ST'
164
164
files_to_sign : ' *.msixbundle'
165
- search_root : ' $(ob_outputDirectory)'
165
+ search_root : ' $(Build.SourcesDirectory)\bin'
166
+ - pwsh : |
167
+ Copy-Item ./bin/*.msixbundle "$(ob_outputDirectory)"
168
+ displayName: 'Copy MsixBundle to output directory'
166
169
167
170
- job : BuildLinuxMusl
168
171
dependsOn : SetPackageVersion
You can’t perform that action at this time.
0 commit comments