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 78498a9 commit 18174f5Copy full SHA for 18174f5
1 file changed
.github/workflows/gh-build-and-sign.yml
@@ -52,7 +52,7 @@ jobs:
52
53
# Install the code signing tool
54
- name: Install Sign CLI tool
55
- run: dotnet tool install --tool-path .
+ run: dotnet tool install --tool-path . --prerelease sign
56
57
# Login to Azure using a ServicePrincipal configured to authenticate agaist a GitHub Action
58
- name: 'Az CLI login'
0 commit comments