Skip to content

Commit 353d56e

Browse files
authored
Merge pull request #1 from svew/svew-patch-1
Update dotnet-desktop.yml
2 parents f050c1c + f67b5c9 commit 353d56e

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/dotnet-desktop.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,9 @@ 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.
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
@@ -77,10 +76,6 @@ jobs:
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

0 commit comments

Comments
 (0)