We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b6dbf1 commit a57f739Copy full SHA for a57f739
1 file changed
.github/workflows/publish-nuget.yml
@@ -60,7 +60,7 @@ jobs:
60
run: dotnet build src/Base58Encoding.slnx --configuration Release --no-restore
61
62
- name: Test
63
- run: dotnet test src/Base58Encoding.Tests/Base58Encoding.Tests.csproj --configuration Release --no-build --verbosity normal
+ run: dotnet test --project src/Base58Encoding.Tests/Base58Encoding.Tests.csproj --configuration Release --no-build --verbosity normal
64
65
- name: Pack
66
if: env.VERSION != ''
0 commit comments