change makefile to no longer use msbuild but always dotnet

This commit is contained in:
Philipp Crocoll
2025-07-05 13:10:21 +02:00
parent 42c66670b8
commit ae2cfde897
2 changed files with 9 additions and 9 deletions

View File

@@ -54,7 +54,7 @@ jobs:
with:
minimum-size: 8GB
- name: Add msbuild to PATH
- name: Add msbuild/dotnet to PATH
uses: microsoft/setup-msbuild@v2
# If we want to also have nmake, use this instead
#uses: ilammy/msvc-dev-cmd@v1