From facdf7745cf40fa9df63f8934aae4ff901bdffdb Mon Sep 17 00:00:00 2001 From: Carlos Zamora Date: Mon, 14 Jun 2021 12:36:26 -0700 Subject: [PATCH] added an extra slash --- build/pipelines/fuzz.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/pipelines/fuzz.yml b/build/pipelines/fuzz.yml index 7381f8147..0dbbc96fe 100644 --- a/build/pipelines/fuzz.yml +++ b/build/pipelines/fuzz.yml @@ -32,7 +32,7 @@ stages: vmImage: 'ubuntu-latest' variables: publishedArtifactsPath: drop - artifactsPath: $(Build.SourcesDirectory)\Artifacts + artifactsPath: $(Build.SourcesDirectory)Artifacts jobs: - job: steps: