We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fba8dd commit 1b77381Copy full SHA for 1b77381
.github/workflows/publish.yml
@@ -40,7 +40,10 @@ jobs:
40
41
# Pack the NuGet package
42
- name: Create NuGet package
43
- run: dotnet pack ${{ env.Project_Path }} --configuration Release --no-build --output nupkgs
+ run: |
44
+ pwd
45
+ dir
46
+ dotnet pack ${{ env.Project_Path }} --configuration Release --no-build --output nupkgs
47
48
# # Publish to NuGet.org
49
# - name: Push to NuGet
0 commit comments