fix up those slashes

This commit is contained in:
Carlos Zamora 2021-06-14 12:51:35 -07:00
parent 35c99673cf
commit 1030c062cf

View file

@ -50,7 +50,7 @@ stages:
set -ex
pip -q install onefuzz
onefuzz config --endpoint $(endpoint) --client_id $(client_id) --client_secret $(client_secret)
onefuzz template libfuzzer basic OpenConsole WriteCharsLegacy $GITHUB_SHA windows --target_exe $(artifactsPath)$(publishedArtifactsPath)Fuzzing\\x64\\test\\OpenConsoleFuzzer.exe
onefuzz template libfuzzer basic OpenConsole WriteCharsLegacy $GITHUB_SHA windows --target_exe $(artifactsPath)/$(publishedArtifactsPath)/Fuzzing/x64/test/OpenConsoleFuzzer.exe
displayName: Submit OneFuzz Job
env:
client_id: client_id