Skip to content

Commit

Permalink
fix(ci): run restore in correct directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ProbablePrime committed Dec 15, 2023
1 parent af73e3d commit f4f6373
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
build:
runs-on: windows-latest
defaults:
run:
working-directory: ./CSCore
steps:
- uses: actions/checkout@v4
- name: Setup MSBuild
Expand All @@ -27,7 +25,8 @@ jobs:
with:
nuget-api-key: ${{ secrets.NUGET_TOKEN }}
- name: Restore Nuget
run: nuget restore CSCore.csproj
run: nuget restore CSCore.sln
- name: Build Solution
run: |
cd ./CSCore
msbuild.exe CSCore.csproj /nologo

0 comments on commit f4f6373

Please sign in to comment.