Skip to content

Commit 9c11bd6

Browse files
committed
Allow CI build and test with test signing
1 parent c1746a7 commit 9c11bd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
displayName: Publish distribution artifacts
197197

198198
- ${{ if eq(parameters.PostTest, 'true') }}:
199-
- ${{ if or(eq(parameters.Sign, 'true'), eq(parameters.TestSign, 'true')) }}:
199+
- ${{ if eq(parameters.Sign, 'true') }}:
200200
- powershell: |
201201
$msix = dir "$(DIST_DIR)\*.msix" | ?{ -not ($_.BaseName -match '.+-store') } | select -first 1
202202
Add-AppxPackage $msix
@@ -279,7 +279,7 @@ jobs:
279279
Get-AppxPackage PythonSoftwareFoundation.PythonManager | Remove-AppxPackage
280280
displayName: 'Remove MSIX'
281281
282-
- ${{ if and(eq(parameters.Publish, 'true'), or(eq(parameters.Sign, 'true'), eq(parameters.TestSign, 'true'))) }}:
282+
- ${{ if and(eq(parameters.Publish, 'true'), eq(parameters.Sign, 'true')) }}:
283283
- powershell: |
284284
Write-Host "TODO: Publish packages"
285285
displayName: 'TODO: Publish packages'

0 commit comments

Comments
 (0)