From dc68fa2c8b2663e8e593ef1e9cb7c5e6e42a8d33 Mon Sep 17 00:00:00 2001 From: Erwin de Haan Date: Fri, 5 Jul 2019 12:06:01 +0200 Subject: [PATCH] Disable seperate build and restore. --- .ci/azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.ci/azure-pipelines.yml b/.ci/azure-pipelines.yml index 08de99c4e6..2a96bec071 100644 --- a/.ci/azure-pipelines.yml +++ b/.ci/azure-pipelines.yml @@ -35,12 +35,14 @@ jobs: inputs: command: restore projects: '$(RestoreBuildProjects)' + enabled: false - task: DotNetCoreCLI@2 displayName: Build inputs: projects: '$(RestoreBuildProjects)' arguments: '--configuration $(BuildConfiguration)' + enabled: false - task: DotNetCoreCLI@2 displayName: Test