From b168cc77ef2e087e35bdaf939e77b4218e6f9506 Mon Sep 17 00:00:00 2001 From: Yves Flueck <79526950+yvesflueck@users.noreply.github.com> Date: Sun, 4 Aug 2024 11:30:57 +0200 Subject: [PATCH] Update place of project in dotnet-desktop.yml --- .github/workflows/dotnet-desktop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index c8406e6..eb576a0 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -56,7 +56,7 @@ 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. + Solution_Name: Grade_Calculator/api/GradeCalculatorBackend/GradeCalculatorBackend.sln # Replace with your solution name, i.e. MyWpfApp.sln. Test_Project_Path: Grade_Calculator/api/GradCalculatorBackend/Tests/Tests.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.