Skip to content

Commit

Permalink
fixed windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
KirisameMarisa committed Jan 6, 2024
1 parent 2619f10 commit 57b08f4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,17 @@ jobs:
with:
dotnet-version: 7.0.x

- name: Restore dependencies
run: dotnet restore Application/BocchiTracker.UnitTests.sln

- name: Build unit Test
run: dotnet build --no-restore Application/BocchiTracker.UnitTests.sln

- name: Execute unit test
run: dotnet test --no-build --verbosity normal Application/BocchiTracker.UnitTests.sln

- name: Build application in debug config
run: dotnet restore Application/BocchiTracker.UnitTests.sln -c Debug
run: dotnet build Application/BocchiTracker.WPF.sln -c Debug

- name: Build application in release config
run: dotnet build Application/BocchiTracker.WPF.sln -c Release
Expand Down

0 comments on commit 57b08f4

Please sign in to comment.