From c5775dda5931654925d26684f777ce0c13551878 Mon Sep 17 00:00:00 2001 From: SirBroccoli Date: Tue, 1 Oct 2024 05:20:42 +0200 Subject: [PATCH] Update CI-master_tests.yml --- .github/workflows/CI-master_tests.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI-master_tests.yml b/.github/workflows/CI-master_tests.yml index 83eee4d..2611535 100644 --- a/.github/workflows/CI-master_tests.yml +++ b/.github/workflows/CI-master_tests.yml @@ -51,8 +51,8 @@ jobs: run: msbuild $env:Solution_Path # Execute all unit tests in the solution - - name: Execute unit tests - run: dotnet test $env:Solution_Path + #- name: Execute unit tests + # run: dotnet test $env:Solution_Path # Build & update all versions - name: Build all versions @@ -66,6 +66,9 @@ jobs: echo "build Any CPU" msbuild -m $env:Solution_Path /t:Rebuild /p:Configuration=$env:Configuration /p:Platform="Any CPU" + - name: Execute winpeas + run: winPEAS\winPEASexe\winPEAS\bin\$env:Configuration\winPEAS.exe + # Copy the built versions - name: Copy all versions run: |