File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ jobs:
137
137
run : |
138
138
Invoke-WebRequest -Uri https://dist.nuget.org/win-x86-commandline/latest/nuget.exe -OutFile .\nuget.exe
139
139
.\nuget.exe install Microsoft.Windows.SDK.BuildTools -Version 10.0.22621.3233 -x
140
- .\nuget.exe install Microsoft.Trusted.Signing.Client -Version 1.0.53 -x
140
+ .\nuget.exe install Microsoft.Trusted.Signing.Client -Version 1.0.86 -x
141
141
shell : pwsh
142
142
if : ${{ needs.check-secret.outputs.sign-state == 'exists' }}
143
143
@@ -708,7 +708,7 @@ jobs:
708
708
run : |
709
709
Invoke-WebRequest -Uri https://dist.nuget.org/win-x86-commandline/latest/nuget.exe -OutFile .\nuget.exe
710
710
.\nuget.exe install Microsoft.Windows.SDK.BuildTools -Version 10.0.22621.3233 -x
711
- .\nuget.exe install Microsoft.Trusted.Signing.Client -Version 1.0.53 -x
711
+ .\nuget.exe install Microsoft.Trusted.Signing.Client -Version 1.0.86 -x
712
712
shell : pwsh
713
713
if : ${{ needs.check-secret.outputs.sign-state == 'exists' }}
714
714
You can’t perform that action at this time.
0 commit comments