Update dotnet-desktop.yml

This commit is contained in:
Yezi 2023-04-13 09:37:52 +08:00 committed by GitHub
parent 188d57ac33
commit 384785d835
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,9 +58,7 @@ jobs:
env: env:
Solution_Name: FunGame.Desktop.sln # Replace with your solution name, i.e. MyWpfApp.sln. Solution_Name: FunGame.Desktop.sln # Replace with your solution name, i.e. MyWpfApp.sln.
Test_Project_Path: FunGame.Desktop/FunGame.Desktop.csproj # Replace with the path to your test project, i.e. MyWpfApp.Tests\MyWpfApp.Tests.csproj. Test_Project_Path: FunGame.Desktop/FunGame.Desktop.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.
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3