Skip to content

Commit

Permalink
CI: fix
Browse files Browse the repository at this point in the history
MSBuild does not support --no-restore.
  • Loading branch information
davelim committed Oct 31, 2024
1 parent 09736f1 commit 8033e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet48.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Restore
run: nuget restore DotNetDBF.sln
- name: Build
run: msbuild DotNetDBF.sln --no-restore -t:rebuild -property:Configuration=Release
run: msbuild DotNetDBF.sln -t:rebuild -property:Configuration=Release
- name: Test
uses: microsoft/vstest-action@v1.0.0
with:
Expand Down

0 comments on commit 8033e8d

Please sign in to comment.