Skip to content

Commit

Permalink
Update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BytingBulldogs3539 authored Jan 13, 2024
1 parent 4ef512e commit 5080934
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 @@ -57,8 +57,8 @@ jobs:

env:
Solution_Name: Motion-Profile-Mapper # Replace with your solution name, i.e. MyWpfApp.sln.
Wap_Project_Directory: /Motion-Profile-Mapper/Motion-Profile-Mapper-Installer/ # Replace with the Wap project directory relative to the solution, i.e. MyWpfApp.Package.
Wap_Project_Path: /Motion-Profile-Mapper/Motion-Profile-Mapper-Installer/Motion-Profile-Mapper-Installer.vdproj # Replace with the path to your Wap project, i.e. MyWpf.App.Package\MyWpfApp.Package.wapproj.
Wap_Project_Directory: ${{github.workspace}}\Motion-Profile-Mapper\Motion-Profile-Mapper-Installer\ # Replace with the Wap project directory relative to the solution, i.e. MyWpfApp.Package.
Wap_Project_Path: ${{github.workspace}}\Motion-Profile-Mapper\Motion-Profile-Mapper-Installer\Motion-Profile-Mapper-Installer.vdproj # Replace with the path to your Wap project, i.e. MyWpf.App.Package\MyWpfApp.Package.wapproj.

steps:
- name: Checkout
Expand Down

0 comments on commit 5080934

Please sign in to comment.