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 5b4f8f6 commit 05dab1bCopy full SHA for 05dab1b
.github/workflows/nuget-pub.yml
@@ -25,7 +25,7 @@ jobs:
25
run: dotnet build ./Parameterize.Net --configuration Release --no-restore
26
27
- name: Pack
28
- run: dotnet pack ./Parameterize.Net/Parameterize.Net.csproj --configuration Release --no-build -o ./nupkg
+ run: dotnet pack ./Parameterize.Net/Parameterize.Net/Parameterize.Net.csproj --configuration Release --no-build -o ./nupkg
29
30
- name: Push to NuGet
31
uses: nuget/setup-nuget@v2
0 commit comments