File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed
Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 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.
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.
59+ Solution_Name : MultiDesktopIconHider.sln
60+ Wap_Project_Directory : . # Replace with the Wap project directory relative to the solution, i.e. MyWpfApp.Package.
61+ Wap_Project_Path : DesktopIconHiderWPF.csproj # Replace with the path to your Wap project, i.e. MyWpf.App.Package\MyWpfApp.Package.wapproj.
6362
6463 steps :
6564 - name : Checkout
7776 - name : Setup MSBuild.exe
7877 uses : microsoft/setup-msbuild@v1.0.2
7978
80- # Execute all unit tests in the solution
81- - name : Execute unit tests
82- run : dotnet test
83-
8479 # Restore the application to populate the obj folder with RuntimeIdentifiers
8580 - name : Restore the application
8681 run : msbuild $env:Solution_Name /t:Restore /p:Configuration=$env:Configuration
You can’t perform that action at this time.
0 commit comments