File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1717 - name : Checkout sources
1818 uses : actions/checkout@v5
1919 - name : Verify quality
20- run : dotnet test code/Eshva.Caching .Nats.slnx --configuration Release --logger:"xunit;LogFilePath=test_result.xml" --results-directory .
20+ run : dotnet test code/Eshva.Testing.OutOfProcessDeployments .Nats.slnx --configuration Release --logger:"xunit;LogFilePath=test_result.xml" --results-directory .
2121 - name : Publish test results
2222 uses : EnricoMi/publish-unit-test-result-action@v2
2323 with :
5151 with :
5252 user : ${{ secrets.NUGET_USER }}
5353 - name : Publish the NuGet-package to nuget.org
54- run : dotnet nuget push Eshva.Caching .Nats.${VERSION}.nupkg --api-key ${{ steps.login.outputs.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
54+ run : dotnet nuget push Eshva.Testing.OutOfProcessDeployments .Nats.${VERSION}.nupkg --api-key ${{ steps.login.outputs.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
You can’t perform that action at this time.
0 commit comments