From 1512b566113e8b563d13a6e4548f9ce99bb3454d Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Mon, 2 Dec 2019 14:03:50 -0700 Subject: [PATCH] Fix build break on mac/linux for optprof runs --- azure-pipelines/OptProf.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines/OptProf.yml b/azure-pipelines/OptProf.yml index 03a94919..373af7af 100644 --- a/azure-pipelines/OptProf.yml +++ b/azure-pipelines/OptProf.yml @@ -25,6 +25,8 @@ variables: value: Release - name: BuildPlatform value: Any CPU +- name: NUGET_PACKAGES + value: $(Agent.TempDirectory)/.nuget/packages - name: push_to_ci value: true - name: PublicRelease