From e1e12e2b1621146c8e3006fc4e5c7fa20275bbfb Mon Sep 17 00:00:00 2001 From: Michael Niksa Date: Mon, 15 Nov 2021 11:04:51 -0800 Subject: [PATCH] use the right path, foo --- build/pipelines/templates/pgo-build-and-publish-nuget-job.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/pipelines/templates/pgo-build-and-publish-nuget-job.yml b/build/pipelines/templates/pgo-build-and-publish-nuget-job.yml index cf3662ab9..d73b318ae 100644 --- a/build/pipelines/templates/pgo-build-and-publish-nuget-job.yml +++ b/build/pipelines/templates/pgo-build-and-publish-nuget-job.yml @@ -11,7 +11,7 @@ jobs: vmImage: 'windows-2019' variables: artifactsPath: $(Build.SourcesDirectory)\Artifacts - pgoToolsPath: $(Build.SourcesDirectory)\PGO + pgoToolsPath: $(Build.SourcesDirectory)\build\PGO nuspecPath: $(pgoToolsPath)\NuSpecs nuspecFilename: PGO.nuspec