Skip to content

Commit ddbdbf5

Browse files
authored
Update dotnet-desktop.yml
1 parent e1bff58 commit ddbdbf5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dotnet-desktop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ jobs:
5656
# https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on
5757

5858
env:
59-
Solution_Name: your-solution-name # Replace with your solution name, i.e. MyWpfApp.sln.
60-
Test_Project_Path: your-test-project-path # Replace with the path to your test project, i.e. MyWpfApp.Tests\MyWpfApp.Tests.csproj.
59+
Solution_Name: LeetCodeSolutions.sln # Replace with your solution name, i.e. MyWpfApp.sln.
60+
Test_Project_Path: LeetCodeSolutions\LeetCodeSolutionsTest\LeetCodeSolutionsTest.csproj # Replace with the path to your test project, i.e. MyWpfApp.Tests\MyWpfApp.Tests.csproj.
6161
Wap_Project_Directory: your-wap-project-directory-name # Replace with the Wap project directory relative to the solution, i.e. MyWpfApp.Package.
6262
Wap_Project_Path: your-wap-project-path # Replace with the path to your Wap project, i.e. MyWpf.App.Package\MyWpfApp.Package.wapproj.
6363

0 commit comments

Comments
 (0)