We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82c1294 commit 49ac94aCopy full SHA for 49ac94a
.github/workflows/publish-packages.yml
@@ -17,6 +17,6 @@ jobs:
17
- name: Test
18
run: dotnet test --verbosity normal
19
- name: Package library
20
- run: dotnet pack src/Mappit/Mappit.Generator.csproj --output nuget-packages --configuration Release
+ run: dotnet pack src/Mappit.Generator/Mappit.Generator.csproj --output nuget-packages --configuration Release
21
- name: Push library package
22
run: dotnet nuget push nuget-packages/Mappit.*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
0 commit comments