1
mirror of https://github.com/carlospolop/PEASS-ng synced 2024-11-20 12:39:21 +01:00

Update CI-master_tests.yml

This commit is contained in:
SirBroccoli 2024-10-01 05:20:42 +02:00 committed by GitHub
parent bc732d6458
commit c5775dda59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: |