Skip to content

Commit fc97b12

Browse files
committed
Fixed invalid solution name in build pipeline
1 parent 1aed516 commit fc97b12

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121
10.x
2222
2323
- name: 🔄 Restore
24-
run: dotnet restore ChilliCream.Snowflake.sln
24+
run: dotnet restore ChilliCream.Snowflake.slnx
2525

2626
- name: 🏗️ Build
27-
run: dotnet build ChilliCream.Snowflake.sln --configuration Release --no-restore
27+
run: dotnet build ChilliCream.Snowflake.slnx --configuration Release --no-restore
2828

2929
- name: ✅ Test
30-
run: dotnet test ChilliCream.Snowflake.sln --configuration Release --no-build --logger trx
30+
run: dotnet test ChilliCream.Snowflake.slnx --configuration Release --no-build --logger trx
3131

3232
publish:
3333
needs: test
@@ -45,7 +45,7 @@ jobs:
4545
10.x
4646
4747
- name: 💾 Restore
48-
run: dotnet restore ChilliCream.Snowflake.sln
48+
run: dotnet restore ChilliCream.Snowflake.slnx
4949

5050
- name: 🏗️ Build (Release)
5151
run: dotnet build src/ChilliCream.Snowflake.csproj -c Release --no-restore

0 commit comments

Comments
 (0)