Skip to content

Commit

Permalink
Add debug to create package stage
Browse files Browse the repository at this point in the history
  • Loading branch information
andyevansrazor committed Mar 10, 2024
1 parent cdc812c commit 6d75add
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')

steps:
- name: debug
run: ls -l

- name: debug
run: pwd

- name: Create package
run: dotnet pack --output nupkgs --version-suffix ${GITHUB_REF#refs/tags/}

Expand Down

0 comments on commit 6d75add

Please sign in to comment.