Skip to content

Commit 87842a9

Browse files
committed
Update code singing tools
1 parent 8014f93 commit 87842a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ jobs:
4747

4848
- name: Setup AzureSignTool
4949
if: steps.cache-dotnettools.outputs.cache-hit != 'true'
50-
run: dotnet tool install --verbosity minimal --global azuresigntool --version 3.0.0
50+
run: dotnet tool install --verbosity minimal --global azuresigntool --version 6.0.1
5151

5252
- name: Setup NuGetKeyVaultSignTool
5353
if: steps.cache-dotnettools.outputs.cache-hit != 'true'
54-
run: dotnet tool install --verbosity minimal --global NuGetKeyVaultSignTool --version 3.2.2
54+
run: dotnet tool install --verbosity minimal --global NuGetKeyVaultSignTool --version 3.2.3
5555

5656
- name: Cache packages
5757
uses: actions/cache@v4

0 commit comments

Comments
 (0)