From 2012dfc893a76bbabbc4a19a354d2ae4e7601946 Mon Sep 17 00:00:00 2001 From: TheHeadmaster <45703202+TheHeadmaster@users.noreply.github.com> Date: Fri, 26 Jul 2024 01:00:28 -0500 Subject: [PATCH] Update dotnet-desktop.yml --- .github/workflows/dotnet-desktop.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index e718dd9..2b4552b 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -56,10 +56,12 @@ jobs: # https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on env: - Solution_Name: your-solution-name # Replace with your solution name, i.e. MyWpfApp.sln. - Test_Project_Path: your-test-project-path # 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. + Solution_Name: Horizon.sln # Replace with your solution name, i.e. MyWpfApp.sln. + Test_Project_Path: Horizon.Testing\Horizon.Testing.csproj # Replace with the path to your test project, i.e. MyWpfApp.Tests\MyWpfApp.Tests.csproj. + Wpf_Project_Path: Horizon\Horizon.csproj + Wap_Project_Directory: Horizon.Package + Wap_Project_Name: Horizon.Package.wapproj + Actions_Allow_Unsecure_Commands: true # Allows AddPAth and SetEnv command steps: - name: Checkout