Skip to content

Commit

Permalink
Update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dobios committed Jul 28, 2023
1 parent 34ced98 commit a671e1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
# https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on

env:
Solution_Name: HammeredGame.sln # Replace with your solution name, i.e. MyWpfApp.sln.
Test_Project_Path: src/HammeredGame/HammeredGame/HammeredGame.csproj # Replace with the path to your test project, i.e. MyWpfApp.Tests\MyWpfApp.Tests.csproj.
Solution_Name: src\HammeredGame\HammeredGame.sln # Replace with your solution name, i.e. MyWpfApp.sln.
Test_Project_Path: src\HammeredGame\HammeredGame\HammeredGame.csproj # Replace with the path to your test project, i.e. MyWpfApp.Tests\MyWpfApp.Tests.csproj.
Wap_Project_Directory: your-wap-project-directory-name # Replace with the Wap project directory relative to the solution, i.e. MyWpfApp.Package.
Wap_Project_Path: your-wap-project-path # Replace with the path to your Wap project, i.e. MyWpf.App.Package\MyWpfApp.Package.wapproj.

Expand Down

0 comments on commit a671e1b

Please sign in to comment.