1
mirror of https://github.com/carlospolop/PEASS-ng synced 2024-11-24 01:26:22 +01:00

Merge branch 'master' of github.com:peass-ng/PEASS-ng

This commit is contained in:
Carlos Polop 2024-10-01 04:09:17 +01:00
commit 79c79e3426

View File

@ -47,12 +47,12 @@ jobs:
run: nuget restore $env:Solution_Path
# build
- name: run MSBuild
run: msbuild $env:Solution_Path
#- name: run MSBuild
# 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