We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a92521 commit 2b38047Copy full SHA for 2b38047
.github/workflows/publish.yml
@@ -24,6 +24,6 @@ jobs:
24
- name: Test
25
run: dotnet test --no-restore --verbosity normal
26
- name: Pack
27
- run: dotnet pack src/XunitLogger/XunitLogger.csproj --no-build --no-restore --output output/
+ run: dotnet pack src/XunitLogger/Xunit.Logging.csproj --no-build --no-restore --output output/
28
- name: Publish NuGet
29
run: dotnet nuget push output/*.nupkg -k ${{ secrets.NuGetAPIKey }} -s https://api.nuget.org/v3/index.json
0 commit comments