Update appveyor.yml
This commit is contained in:
parent
c78b1cf37c
commit
fdce5e8b5c
|
@ -5,6 +5,11 @@ platform:
|
|||
- x64
|
||||
- Win32
|
||||
shallow_clone: true
|
||||
before_build:
|
||||
- cmd: >-
|
||||
cd \
|
||||
|
||||
dir /a /s ntsecapi.h
|
||||
build:
|
||||
parallel: true
|
||||
verbosity: normal
|
||||
|
@ -18,4 +23,4 @@ after_build:
|
|||
|
||||
7z a -p%APPVEYOR_PROJECT_NAME% -tzip -mx -mm=deflate -mpass=15 %APPVEYOR_PROJECT_NAME%_trunk_password_%PLATFORM%.zip -xr@notrunk.lst .\%PLATFORM% README.md kiwi_passwords.yar mimicom.idl
|
||||
artifacts:
|
||||
- path: mimikatz_trunk_*
|
||||
- path: mimikatz_trunk_*
|
||||
|
|
Loading…
Reference in New Issue