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:
committed by
Kacper Donat
parent
12cced51f1
commit
2e7c16fccd
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user