Update dotnet-desktop-winforms.yml

master
Subhra Das Gupta 2021-12-11 02:23:38 +05:30 committed by GitHub
parent 4a6548bc8a
commit d7a6383d52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ jobs:
uses: microsoft/setup-msbuild@v1.0.2
- name: Build Winforms project with Debug configuration
run: msbuild app\XDM\XDM_CoreFx.sln /t:project:build /p:Configuration=Debug /p:TargetFramework=net4.7.2
run: msbuild app\XDM\XDM_CoreFx.sln -target:XDM.WinForm.UI:Build /p:Configuration=Debug /p:TargetFramework=net4.7.2
# Install the .NET Core workload
- name: Install .NET Core