Skip to content

Commit

Permalink
Build with msbuild instead of dotnet since we have now also a C++ pro…
Browse files Browse the repository at this point in the history
…ject.
  • Loading branch information
AloisKraus committed Jun 5, 2024
1 parent 749c87c commit 0553c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/BuildAndTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
run: dotnet --info

- name: Build Release
run: dotnet build -c Release
run: msbuild /p:Configuration=Release;Platform=x64

# Stop Profiling
- name: Stop Profiling
Expand Down

0 comments on commit 0553c8d

Please sign in to comment.