We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d3a76b commit 6c5fc6dCopy full SHA for 6c5fc6d
1 file changed
.github/workflows/dotnet-desktop.yml
@@ -56,7 +56,7 @@ jobs:
56
# https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on
57
58
env:
59
- Solution_Name: your-solution-name # Replace with your solution name, i.e. MyWpfApp.sln.
+ Solution_Name: Ext4Explorer.sln # 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.
61
Wap_Project_Directory: your-wap-project-directory-name # Replace with the Wap project directory relative to the solution, i.e. MyWpfApp.Package.
62
Wap_Project_Path: your-wap-project-path # Replace with the path to your Wap project, i.e. MyWpf.App.Package\MyWpfApp.Package.wapproj.
0 commit comments