Update dotnet-desktop-winforms.yml

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

View File

@ -71,8 +71,8 @@ jobs:
- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@v1.0.2
- name: Build Winforms project with Debug configuration
run: msbuild /t:build /p:Configuration=Debug /p:TargetFramework=net4.7.2 app\XDM\XDM.WinForm.UI\XDM.WinForm.UI.csproj
#- name: Build Winforms project with Debug configuration
# run: msbuild /t:build /p:Configuration=Debug /p:TargetFramework=net4.7.2 app\XDM\XDM.WinForm.UI\XDM.WinForm.UI.csproj
# Install the .NET Core workload
- name: Install .NET Core