File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 6767 run : ./src/build_official.cmd
6868 env :
6969 RuntimeTestsEnabled : true
70- SigningVaultUri : ${{ github.ref == 'refs/heads/master' && secrets.WIX_SIGNING_VAULTURI || '' }}
70+ SigningKeyVaultUri : ${{ github.ref == 'refs/heads/master' && secrets.WIX_SIGNING_VAULTURI || '' }}
71+ SigningTenantId : ${{ github.ref == 'refs/heads/master' && secrets.WIX_SIGNING_TENANTID || '' }}
72+ SigningClientId : ${{ github.ref == 'refs/heads/master' && secrets.WIX_SIGNING_CLIENTID || '' }}
73+ SigningClientSecret : ${{ github.ref == 'refs/heads/master' && secrets.WIX_SIGNING_SECRET || '' }}
7174 SigningCertName : ${{ github.ref == 'refs/heads/master' && secrets.WIX_SIGNING_CERTNAME || '' }}
7275
7376 - name : Validate test results
Original file line number Diff line number Diff line change 55 <PropertyGroup >
66 <SigningToolExe >$(ToolsFolder)\sign.exe</SigningToolExe >
77 <SigningCommand >code azure-key-vault</SigningCommand >
8- <SigningConfiguration >--description "WiX Toolset" --description-url "https://wixtoolset.org/" --timestamp-url "http://timestamp.digicert.com" -- file-list "$(MSBuildThisFileDirectory)signing-empty-file-list.txt" --azure-key-vault-managed-identity true --azure-key-vault-url "$(SigningVaultUri)" --azure-key-vault-certificate " $(SigningCertName)"</SigningConfiguration >
8+ <SigningConfiguration >--description "WiX Toolset" --description-url "https://wixtoolset.org/" --file-list "$(MSBuildThisFileDirectory)signing-empty-file-list.txt" --azure-key-vault-url $(SigningKeyVaultUri) --azure-key-vault-tenant-id $(SigningTenantId) --azure-key-vault-client-id $(SigningClientId) --azure-key-vault-client-secret $(SigningClientSecret) --azure-key-vault- certificate $(SigningCertName) --timestamp-url "http://timestamp.digicert.com "</SigningConfiguration >
99 </PropertyGroup >
1010
1111 <PropertyGroup Condition =" '$(IsWixTestSupportProject)'=='true' " >
Original file line number Diff line number Diff line change 1- 4.0.6-build.{height}
1+ 4.0.6
You can’t perform that action at this time.
0 commit comments