Skip to content

Commit

Permalink
Update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ledrunning authored Feb 2, 2024
1 parent 2d61d85 commit 7ac3acd
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,17 @@ jobs:

env:
Solution_Name: FaceDetectionApp.sln
Test_Project_Path: Path\To\Your\TestProject\TestProject.csproj
Wap_Project_Directory: Path\To\Your\WapProjectDirectory
Wap_Project_Path: Path\To\Your\WapProjectDirectory\YourWapProject.wapproj

steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Install .NET Framework
uses: actions/setup-dotnet@v1
with:
dotnet-version: '4.8.x'

- name: Setup MSBuild
uses: microsoft/[email protected]

- name: Execute unit tests
Expand Down

0 comments on commit 7ac3acd

Please sign in to comment.