We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aed516 commit 91b7cdaCopy full SHA for 91b7cda
.github/workflows/release.yml
@@ -21,7 +21,7 @@ jobs:
21
10.x
22
23
- name: 🔄 Restore
24
- run: dotnet restore ChilliCream.Snowflake.sln
+ run: dotnet restore ChilliCream.Snowflake.slnx
25
26
- name: 🏗️ Build
27
run: dotnet build ChilliCream.Snowflake.sln --configuration Release --no-restore
@@ -45,7 +45,7 @@ jobs:
45
46
47
- name: 💾 Restore
48
49
50
- name: 🏗️ Build (Release)
51
run: dotnet build src/ChilliCream.Snowflake.csproj -c Release --no-restore
0 commit comments