Skip to content

Commit

Permalink
fix(ci): build whole product
Browse files Browse the repository at this point in the history
  • Loading branch information
ProbablePrime committed Dec 15, 2023
1 parent 5fdbb3b commit a8057f0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@ jobs:
uses: NuGet/setup-nuget@v1
with:
nuget-api-key: ${{ secrets.NUGET_TOKEN }}
- uses: GuillaumeFalourd/[email protected]
- name: Restore Nuget
run: nuget restore CSCore.sln
- name: Build Solution
run: |
cd ./CSCore
msbuild.exe CSCore.csproj /p:Platform="AnyCPU" /p:Configuration=Release
msbuild.exe CSCore.sln /p:Platform="AnyCPU" /p:Configuration=Release

0 comments on commit a8057f0

Please sign in to comment.