Skip to content

Commit

Permalink
fix(ci): nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
ProbablePrime committed Dec 15, 2023
1 parent a9b2ccd commit af73e3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
uses: NuGet/setup-nuget@v1
with:
nuget-api-key: ${{ secrets.NUGET_TOKEN }}
- name: Restore Nuget
run: nuget restore CSCore.csproj
- name: Build Solution
run: |
msbuild.exe CSCore.csproj /nologo

0 comments on commit af73e3d

Please sign in to comment.