Skip to content

Commit

Permalink
chore: removed debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
tiwarishubham635 committed Feb 7, 2024
1 parent 5e317d8 commit 9f07cfa
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:

code-signing:
runs-on: windows-latest
needs: [test]
steps:
- name: Checkout sendgrid-csharp
uses: actions/checkout@v2
Expand All @@ -51,10 +50,6 @@ jobs:
uses: actions/setup-dotnet@v3
with:
dotnet-version: '3.1.x'

- name: List files in directory
run: |
dir D:\a\sendgrid-csharp\sendgrid-csharp

- name: Set up certificate
run: |
Expand Down Expand Up @@ -108,10 +103,6 @@ jobs:
mkdir D:\a\stm-github-action-demo\stm-github-action-demo\dist\
shell: cmd

- name: List files in directory
run: |
dir D:\a\sendgrid-csharp\sendgrid-csharp
- name: Signing using Nuget
run: |
dotnet pack -c Release
Expand Down

0 comments on commit 9f07cfa

Please sign in to comment.