File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -158,6 +158,7 @@ jobs:
158
158
159
159
- name : Setup Keylocker KSP on windows
160
160
run : |
161
+ echo "Twilio.${version}.nupkg"
161
162
curl -X GET https://one.digicert.com/signingmanager/api-ui/v1/releases/Keylockertools-windows-x64.msi/download -H "x-api-key:%SM_API_KEY%" -o Keylockertools-windows-x64.msi
162
163
msiexec /i Keylockertools-windows-x64.msi /quiet /qn
163
164
smksp_registrar.exe list
@@ -174,9 +175,8 @@ jobs:
174
175
run : |
175
176
dotnet build -c Release
176
177
dotnet pack -c Release
177
- echo "Twilio.${{ steps.variables.outputs.version }}.nupkg"
178
- nuget sign Twilio.${{ steps.variables.outputs.version }}.nupkg -Timestamper http://timestamp.digicert.com -outputdirectory .\NugetSigned -CertificateFingerprint ${{ secrets.SM_CODE_SIGNING_CERT_SHA1_HASH }} -HashAlgorithm SHA256 -Verbosity detailed -Overwrite
179
- nuget push Twilio.${{ steps.variables.outputs.version }}.nupkg -ApiKey ${{ secrets.NUGET_API_KEY }} -Source https://api.nuget.org/v3/index.json -SkipDuplicate
178
+ nuget sign Twilio.${version}.nupkg -Timestamper http://timestamp.digicert.com -outputdirectory .\NugetSigned -CertificateFingerprint ${{ secrets.SM_CODE_SIGNING_CERT_SHA1_HASH }} -HashAlgorithm SHA256 -Verbosity detailed -Overwrite
179
+ nuget push Twilio.${version}.nupkg -ApiKey ${{ secrets.NUGET_API_KEY }} -Source https://api.nuget.org/v3/index.json -SkipDuplicate
180
180
181
181
notify-on-failure :
182
182
name : Slack notify on failure
You can’t perform that action at this time.
0 commit comments