Skip to content

Commit a57f739

Browse files
committed
ci: use --project flag for dotnet test (MTP .NET 10 requirement)
1 parent 9b6dbf1 commit a57f739

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: dotnet build src/Base58Encoding.slnx --configuration Release --no-restore
6161

6262
- name: Test
63-
run: dotnet test src/Base58Encoding.Tests/Base58Encoding.Tests.csproj --configuration Release --no-build --verbosity normal
63+
run: dotnet test --project src/Base58Encoding.Tests/Base58Encoding.Tests.csproj --configuration Release --no-build --verbosity normal
6464

6565
- name: Pack
6666
if: env.VERSION != ''

0 commit comments

Comments
 (0)