Update CI-master_tests.yml
This commit is contained in:
parent
bc732d6458
commit
c5775dda59
7
.github/workflows/CI-master_tests.yml
vendored
7
.github/workflows/CI-master_tests.yml
vendored
@ -51,8 +51,8 @@ jobs:
|
|||||||
run: msbuild $env:Solution_Path
|
run: msbuild $env:Solution_Path
|
||||||
|
|
||||||
# Execute all unit tests in the solution
|
# Execute all unit tests in the solution
|
||||||
- name: Execute unit tests
|
#- name: Execute unit tests
|
||||||
run: dotnet test $env:Solution_Path
|
# run: dotnet test $env:Solution_Path
|
||||||
|
|
||||||
# Build & update all versions
|
# Build & update all versions
|
||||||
- name: Build all versions
|
- name: Build all versions
|
||||||
@ -66,6 +66,9 @@ jobs:
|
|||||||
echo "build Any CPU"
|
echo "build Any CPU"
|
||||||
msbuild -m $env:Solution_Path /t:Rebuild /p:Configuration=$env:Configuration /p:Platform="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
|
# Copy the built versions
|
||||||
- name: Copy all versions
|
- name: Copy all versions
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user