From 885fa23a898e8f029c4b21af5a6a9e6b2982722a Mon Sep 17 00:00:00 2001 From: Matt Cooley Date: Tue, 19 Jan 2021 17:19:24 -0800 Subject: [PATCH] Turn off DFS file shares in internal build system (#1470) --- build/pipelines/templates/prepare-release-internalonly.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build/pipelines/templates/prepare-release-internalonly.yaml b/build/pipelines/templates/prepare-release-internalonly.yaml index 56bce41..44b5be5 100644 --- a/build/pipelines/templates/prepare-release-internalonly.yaml +++ b/build/pipelines/templates/prepare-release-internalonly.yaml @@ -34,6 +34,7 @@ jobs: inputs: productName: Calculator disableWorkspace: true + useDfs: false env: XES_DISABLEPROV: true