This commit is contained in:
Maxim Lobanov 2020-04-23 06:19:26 +03:00
parent e9394810d0
commit 377c646d61
2 changed files with 2 additions and 2 deletions

View File

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

View File

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