Get rid of nested archive #4

Merged
maxim-lobanov merged 9 commits from v-malob/switch-layout into master 2020-04-23 13:54:32 +05:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 377c646d61 - Show all commits

View File

@@ -1,5 +1,5 @@
jobs: jobs:
- job: Build_Node_$(Platform) - job: Build_Node
timeoutInMinutes: 90 timeoutInMinutes: 90
pool: pool:
name: Azure Pipelines name: Azure Pipelines

View File

@@ -1,5 +1,5 @@
jobs: jobs:
- job: Test_Node_$(Platform) - job: Test_Node
pool: pool:
name: Azure Pipelines name: Azure Pipelines
vmImage: $(VmImage) vmImage: $(VmImage)