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 57e6f65 commit 8205bc9Copy full SHA for 8205bc9
.github/workflows/dotnet-build.yml
@@ -21,7 +21,7 @@ jobs:
21
with:
22
dotnet-version: 8.0.x
23
- name: Restore dependencies
24
- run: dotnet restore
+ run: dotnet restore ./src/SteamWebAPI2.sln
25
- name: Build
26
run: dotnet build ./src/SteamWebAPI2.sln --no-restore
27
- name: Test
.github/workflows/dotnet-publish.yml
@@ -20,7 +20,7 @@ jobs:
20
run: dotnet build ./src/SteamWebAPI2.sln -c Release --no-restore
0 commit comments