We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 528c643 commit cffbda2Copy full SHA for cffbda2
.github/workflows/build.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Install sign tool
42
if: ${{ env.SignBuild == 'true' }}
43
shell: cmd
44
- run: dotnet tool install --tool-path build\.tools sign --version 0.9.1-beta.25330.2
+ run: dotnet tool install --tool-path build\.tools sign --version 0.9.1-beta.26102.1
45
46
- name: Configure automated logging and crash dumps
47
0 commit comments