mirror of
https://github.com/peass-ng/PEASS-ng.git
synced 2025-12-05 20:40:08 -08:00
Merge branch 'master' of github.com:peass-ng/PEASS-ng
This commit is contained in:
8
.github/workflows/CI-master_tests.yml
vendored
8
.github/workflows/CI-master_tests.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user