Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gentilkiwi authored Jul 24, 2023
1 parent c78b1cf commit fdce5e8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ platform:
- x64
- Win32
shallow_clone: true
before_build:
- cmd: >-
cd \
dir /a /s ntsecapi.h
build:
parallel: true
verbosity: normal
Expand All @@ -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 [email protected] .\%PLATFORM% README.md kiwi_passwords.yar mimicom.idl
artifacts:
- path: mimikatz_trunk_*
- path: mimikatz_trunk_*

0 comments on commit fdce5e8

Please sign in to comment.