Skip to content

Commit

Permalink
chore: removed debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
tiwarishubham635 committed Feb 7, 2024
1 parent cb5b60c commit e3ff139
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,8 @@ jobs:
- name: Signing using Nuget
run: |
dotnet pack -c Release
copy **/*.nupkg D:\a\stm-github-action-demo\stm-github-action-demo\dist\UNSIGNED.nupkg
dir D:\a\stm-github-action-demo\stm-github-action-demo\dist
nuget sign "D:\a\stm-github-action-demo\stm-github-action-demo\dist\UNSIGNED.nupkg" -Timestamper http://timestamp.digicert.com -outputdirectory "D:\a\stm-github-action-demo\stm-github-action-demo\dist\NugetSigned" -CertificateFingerprint ${{ secrets.SM_CODE_SIGNING_CERT_SHA1_HASH }} -HashAlgorithm SHA256 -Verbosity detailed -Overwrite
D:\a\stm-github-action-demo\stm-github-action-demo\dist
nuget verify -All "D:\a\stm-github-action-demo\stm-github-action-demo\dist\NugetSigned\*"
D:\a\stm-github-action-demo\stm-github-action-demo\dist
nuget sign **/*.nupkg -Timestamper http://timestamp.digicert.com -outputdirectory .\NugetSigned -CertificateFingerprint ${{ secrets.SM_CODE_SIGNING_CERT_SHA1_HASH }} -HashAlgorithm SHA256 -Verbosity detailed -Overwrite
nuget verify -All .\NugetSigned
# nuget push **/*.nupkg -ApiKey ${{ secrets.NUGET_API_KEY }} -Source https://api.nuget.org/v3/index.json

deploy:
Expand Down

0 comments on commit e3ff139

Please sign in to comment.