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 783b946 commit 2a488d9Copy full SHA for 2a488d9
.github/workflows/dotnet-build.yml
@@ -34,6 +34,8 @@ jobs:
34
uses: actions/setup-dotnet@v4
35
with:
36
dotnet-version: 8.0.x
37
+ - name: Restore dependencies
38
+ run: dotnet restore ./src/SteamWebAPI2.sln
39
- name: Pack
40
run: dotnet pack ./src/SteamWebAPI2/SteamWebAPI2.csproj -c Release --no-build --output .
41
- name: Publish
0 commit comments