From 472d502bf511914a4247f5b80ff15182b8caaf11 Mon Sep 17 00:00:00 2001 From: Jason Date: Wed, 18 Sep 2024 19:39:50 -0600 Subject: [PATCH] Update dotnet-desktop.yml --- .github/workflows/dotnet-desktop.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index ce8c3d5..d45f734 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -56,10 +56,10 @@ jobs: # https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on env: - Solution_Name: gdd_maker.sln # Replace with your solution name, i.e. MyWpfApp.sln. - Test_Project_Path: gdd_maker.Tests\gdd_maker.Tests.csproj # Replace with the path to your test project, i.e. MyWpfApp.Tests\MyWpfApp.Tests.csproj. - Wap_Project_Directory: gdd_maker.Package # Replace with the Wap project directory relative to the solution, i.e. MyWpfApp.Package. - Wap_Project_Path: gdd_maker.App.Package\gdd_maker.Package.wapproj # Replace with the path to your Wap project, i.e. MyWpf.App.Package\MyWpfApp.Package.wapproj. + Solution_Name: GDD_Maker.sln # Replace with your solution name, i.e. MyWpfApp.sln. + #Test_Project_Path: gdd_maker.Tests\gdd_maker.Tests.csproj # Replace with the path to your test project, i.e. MyWpfApp.Tests\MyWpfApp.Tests.csproj. + #Wap_Project_Directory: gdd_maker.Package # Replace with the Wap project directory relative to the solution, i.e. MyWpfApp.Package. + #Wap_Project_Path: gdd_maker.App.Package\gdd_maker.Package.wapproj # Replace with the path to your Wap project, i.e. MyWpf.App.Package\MyWpfApp.Package.wapproj. steps: - name: Checkout @@ -78,8 +78,8 @@ jobs: uses: microsoft/setup-msbuild@v2 # Execute all unit tests in the solution - - name: Execute unit tests - run: dotnet test + #- name: Execute unit tests + # run: dotnet test # Restore the application to populate the obj folder with RuntimeIdentifiers - name: Restore the application