aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErwin de Haan <EraYaN@users.noreply.github.com>2019-07-05 12:06:01 +0200
committerErwin de Haan <EraYaN@users.noreply.github.com>2019-07-05 12:06:01 +0200
commitdc68fa2c8b2663e8e593ef1e9cb7c5e6e42a8d33 (patch)
tree24ce5ba6a93fd4b5a1a8e01702bd366397d7fdc6
parentff373621b30412f9c633b207d2fec894f8cbd92e (diff)
Disable seperate build and restore.
-rw-r--r--.ci/azure-pipelines.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.ci/azure-pipelines.yml b/.ci/azure-pipelines.yml
index 08de99c4e..2a96bec07 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