File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -55,13 +55,13 @@ jobs:
5555 reg add "HKLM\SOFTWARE\WOW6432Node\Microsoft\Windows\Windows Error Reporting\LocalDumps" /t REG_DWORD /v DumpCount /d 10 /f
5656 reg add "HKLM\SOFTWARE\WOW6432Node\Microsoft\Windows\Windows Error Reporting\LocalDumps" /t REG_DWORD /v DumpType /d 1
5757
58- # - name: 'Az CLI login'
59- # if: ${{ env.SignBuild == 'true' }}
60- # uses: azure/login@v1
61- # with:
62- # allow-no-subscriptions: true
63- # client -id: ${{ secrets.WIX_SIGNING_CLIENTID }}
64- # tenant -id: ${{ secrets.WIX_SIGNING_TENANTID }}
58+ - name : ' Az CLI login'
59+ if : ${{ env.SignBuild == 'true' }}
60+ uses : azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # tag: v2.3.0
61+ with :
62+ client-id : ${{ secrets.WIX_SIGNING_CLIENTID }}
63+ tenant -id : ${{ secrets.WIX_SIGNING_TENANTID }}
64+ subscription -id : ${{ secrets.WIX_SIGNING_SUBSCRIPTIONID }}
6565
6666 - name : Dump GitHub OIDC claims (diagnostic)
6767 shell : pwsh
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 >--publisher-name "WiX Toolset" --description "WiX Toolset" --description-url "https://wixtoolset.org/" --recurse-containers=false --azure-credential-type default --azure-key-vault-url "$(SigningKeyVaultUri)" --azure-key-vault-certificate "$(SigningCertName)"</SigningConfiguration >
8+ <SigningConfiguration >--publisher-name "WiX Toolset" --description "WiX Toolset" --description-url "https://wixtoolset.org/" --recurse-containers=false --azure-credential-type azure-cli --azure-key-vault-url "$(SigningKeyVaultUri)" --azure-key-vault-certificate "$(SigningCertName)"</SigningConfiguration >
99 </PropertyGroup >
1010
1111 <PropertyGroup Condition =" '$(IsWixTestSupportProject)'=='true' " >
You can’t perform that action at this time.
0 commit comments