Skip to content

Commit

Permalink
Update dotnet-desktop-winforms.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
subhra74 authored Dec 10, 2021
1 parent 0e10cab commit d151ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-desktop-winforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:

# Execute all unit tests in the solution
- name: Build Winforms project
run: dotnet build $env:Wap_Project_Path
run: dotnet build -f net4.7.2 $env:Wap_Project_Path

# Restore the application to populate the obj folder with RuntimeIdentifiers
#- name: Restore the application
Expand Down

0 comments on commit d151ec1

Please sign in to comment.