Build: Update sign tool installation command in workflow

Cannot pin to a specific version since it is perpetually a "pre-release".
This commit is contained in:
Chris Hennes
2026-03-18 14:41:41 -05:00
committed by GitHub
parent 12cced51f1
commit 9fc7709969
+1 -1
View File
@@ -202,7 +202,7 @@ jobs:
if: runner.os == 'Windows'
run: |
# NOTE: The sign tool is ONLY available as a prerelease package, they never issue real releases.
dotnet tool install --global --prerelease sign --version 0.9.1-beta.26127.1
dotnet tool install --global --prerelease sign
echo "$env:USERPROFILE\.dotnet\tools" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
dotnet --info
sign --version