From 3121f853a44a808e51999a614595a14a0882f2c5 Mon Sep 17 00:00:00 2001 From: Orta Date: Wed, 31 Jul 2019 11:11:22 -0400 Subject: [PATCH] Set up CI with Azure Pipelines [skip ci] --- azure-pipelines.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e3fd6f6b..7d8ec17f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,7 +1,7 @@ # triggered by schedule at 5am to try make sure it's done after the TS daily build schedules: - cron: '0 5 * * *' - displayName: Daily midnight build + displayName: Daily 5am build branches: include: - master @@ -13,11 +13,6 @@ pool: vmImage: 'ubuntu-latest' steps: -- task: DownloadSecureFile@1 - inputs: - secureFile: vscode_typescript_next_deploy_key - displayName: 'Get the deploy key' - - bash: | npm run run-nightly npm publish