1
mirror of https://github.com/carlospolop/PEASS-ng synced 2025-02-17 21:41:25 +01:00

- updated dotfuscator path

This commit is contained in:
makikvues 2021-07-07 14:31:21 +02:00
parent a3aa67e132
commit 2ea628638a

View File

@ -20,7 +20,7 @@ jobs:
Solution_Path: 'winPEAS\winPEASexe\winPEAS.sln'
Configuration: 'Release'
DotFuscatorGeneratedPath: 'winPEAS\winPEASexe\binaries\Obfuscated Releases\Dotfuscated'
DotFuscatorExePath: 'winPEAS\winPEASexe\Dotfuscator\DotfuscatorCE\dotfuscator.exe'
DotFuscatorExePath: 'DotfuscatorCE\dotfuscator.exe'
steps:
# checkout