- update CI winpeas dev test
This commit is contained in:
parent
44f6d22489
commit
94212e403e
13
.github/workflows/CI-winpeas_dev_test.yml
vendored
13
.github/workflows/CI-winpeas_dev_test.yml
vendored
@ -20,14 +20,13 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
Solution_Path: 'winPEAS\winPEASexe\winPEAS.sln'
|
Solution_Path: 'winPEAS\winPEASexe\winPEAS.sln'
|
||||||
Configuration: 'Release'
|
Configuration: 'Release'
|
||||||
DotFuscatorGeneratedPath: 'winPEAS\winPEASexe\binaries\Obfuscated Releases\Dotfuscated'
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
# checkout
|
# checkout
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
|
# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
|
||||||
- name: Setup MSBuild.exe
|
- name: Setup MSBuild.exe
|
||||||
uses: microsoft/setup-msbuild@v1.0.2
|
uses: microsoft/setup-msbuild@v1.0.2
|
||||||
|
|
||||||
@ -44,8 +43,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
|
||||||
|
|
||||||
|
|
||||||
create_pull_request:
|
create_pull_request:
|
||||||
@ -60,11 +59,7 @@ jobs:
|
|||||||
# PR
|
# PR
|
||||||
- name: Pull Request
|
- name: Pull Request
|
||||||
uses: repo-sync/pull-request@v2
|
uses: repo-sync/pull-request@v2
|
||||||
#uses: peter-evans/create-pull-request@v3
|
|
||||||
#env:
|
|
||||||
# GITHUB_TOKEN: ${{ secrets.PULL_REQUEST_TOKEN }}
|
|
||||||
with:
|
with:
|
||||||
destination_branch: "master"
|
destination_branch: "master"
|
||||||
github_token: ${{ secrets.PULL_REQUEST_TOKEN }}
|
github_token: ${{ secrets.PULL_REQUEST_TOKEN }}
|
||||||
#branch: "master"
|
|
||||||
#token: ${{ secrets.PULL_REQUEST_TOKEN }}
|
|
Loading…
Reference in New Issue
Block a user