We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1227bfe commit df346d8Copy full SHA for df346d8
1 file changed
.github/workflows/publish-nuget.yml
@@ -33,10 +33,10 @@ jobs:
33
dotnet-version: 9.0.x
34
35
- name: Restore dependencies
36
- run: dotnet restore src/Base58Encoding/Base58Encoding.csproj
+ run: dotnet restore src/Base58Encoding.slnx
37
38
- name: Build
39
- run: dotnet build src/Base58Encoding/Base58Encoding.csproj --configuration Release --no-restore
+ run: dotnet build src/Base58Encoding.slnx --configuration Release --no-restore
40
41
- name: Test
42
run: dotnet test src/Base58Encoding.Tests/Base58Encoding.Tests.csproj --configuration Release --no-build --verbosity normal
0 commit comments