From cc68ad492ae3c728941ce6f4096d1ff50c386825 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Fri, 28 Jun 2019 10:26:55 +0200 Subject: [PATCH] removed build:typings as separate ci step --- azure-pipelines.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 634f77c6..d91a5e93 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,9 +21,6 @@ jobs: - script: node scripts/build-native.js displayName: 'Rebuild native dependencies' - - script: yarn run build:typings - displayName: 'Build typings' - - script: yarn run build displayName: 'Build' @@ -81,9 +78,6 @@ jobs: - script: node scripts/build-native.js displayName: 'Rebuild native dependencies' - - script: yarn run build:typings - displayName: 'Build typings' - - script: yarn run build displayName: 'Build' @@ -164,9 +158,6 @@ jobs: - script: node scripts/build-native.js displayName: 'Rebuild native dependencies' - - script: yarn run build:typings - displayName: 'Build typings' - - script: yarn run build displayName: 'Build'