File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 38
38
run : dotnet build --configuration Release --no-restore WpfApp
39
39
40
40
- name : Sign files with Trusted Signing
41
- uses : azure/trusted-signing-action@v0.5.0
41
+ uses : azure/trusted-signing-action@v0.5.1
42
42
with :
43
43
azure-tenant-id : ${{ secrets.AZURE_TENANT_ID }}
44
44
azure-client-id : ${{ secrets.AZURE_CLIENT_ID }}
Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ runs:
208
208
$defaultPath = $env:PSModulePath -split ';' | Select-Object -First 1
209
209
"PSMODULEPATH=$defaultPath" | Out-File -FilePath $env:GITHUB_OUTPUT -Append
210
210
211
- "TRUSTED_SIGNING_MODULE_VERSION=0.5.0 " | Out-File -FilePath $env:GITHUB_OUTPUT -Append
211
+ "TRUSTED_SIGNING_MODULE_VERSION=0.5.3 " | Out-File -FilePath $env:GITHUB_OUTPUT -Append
212
212
"BUILD_TOOLS_NUGET_VERSION=10.0.22621.3233" | Out-File -FilePath $env:GITHUB_OUTPUT -Append
213
213
"TRUSTED_SIGNING_NUGET_VERSION=1.0.53" | Out-File -FilePath $env:GITHUB_OUTPUT -Append
214
214
"DOTNET_SIGNCLI_NUGET_VERSION=0.9.1-beta.24469.1" | Out-File -FilePath $env:GITHUB_OUTPUT -Append
You can’t perform that action at this time.
0 commit comments