Skip to content

Commit df346d8

Browse files
committed
fix: build all solution as a first step
1 parent 1227bfe commit df346d8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-nuget.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
dotnet-version: 9.0.x
3434

3535
- name: Restore dependencies
36-
run: dotnet restore src/Base58Encoding/Base58Encoding.csproj
36+
run: dotnet restore src/Base58Encoding.slnx
3737

3838
- name: Build
39-
run: dotnet build src/Base58Encoding/Base58Encoding.csproj --configuration Release --no-restore
39+
run: dotnet build src/Base58Encoding.slnx --configuration Release --no-restore
4040

4141
- name: Test
4242
run: dotnet test src/Base58Encoding.Tests/Base58Encoding.Tests.csproj --configuration Release --no-build --verbosity normal

0 commit comments

Comments
 (0)