| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -50,4 +50,4 @@ steps: | |||
| 50 | 50 | Destination: AzureBlob | |
| 51 | 51 | storage: '$(StorageAccount)' | |
| 52 | 52 | ContainerName: '$(AzureVersion)' | |
| 53 | - condition: and(succeeded(), eq('${{ parameters.msix }}', 'yes')) | ||
| 53 | + condition: and(succeeded(), eq('${{ parameters.msix }}', 'yes'), eq(variables['SHOULD_SIGN'], 'true')) | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -38,6 +38,7 @@ jobs: | |||
| 38 | 38 | $authenticodefiles = @( | |
| 39 | 39 | "$(System.ArtifactsDirectory)\signed\PowerShell-$(Version)-win-x64.msi" | |
| 40 | 40 | "$(System.ArtifactsDirectory)\signed\PowerShell-$(Version)-win-x86.msi" | |
| 41 | + "$(System.ArtifactsDirectory)\signed\PowerShell-$(Version)-win-x86.msix" | ||
| 41 | 42 | "$(System.ArtifactsDirectory)\signed\PowerShell-$(Version)-win-x64.msix" | |
| 42 | 43 | "$(System.ArtifactsDirectory)\signed\PowerShell-$(Version)-win-arm32.msix" | |
| 43 | 44 | "$(System.ArtifactsDirectory)\signed\PowerShell-$(Version)-win-arm64.msix" | |
@@ -70,7 +71,6 @@ jobs: | |||
| 70 | 71 | parameters: | |
| 71 | 72 | architecture: x86 | |
| 72 | 73 | version: $(version) | |
| 73 | - msix: no | ||
| 74 | 74 | ||
| 75 | 75 | - template: upload.yml | |
| 76 | 76 | parameters: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments