From 8b6616a5913ffaa5d0759348761d4f7d9339bb32 Mon Sep 17 00:00:00 2001 From: Roman Date: Tue, 24 Nov 2020 00:08:47 +0200 Subject: [PATCH] update .azure-pipelines.yml Signed-off-by: Roman --- .azure-pipelines.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 86c83c39a1..637ab32175 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -6,18 +6,18 @@ pr: trigger: branches: include: - - '*' + - '*' tags: include: - - "*" + - "*" jobs: - job: Windows pool: vmImage: windows-2019 strategy: matrix: - node_12.x: - node_version: 12.x + node_14.x: + node_version: 14.x steps: - powershell: | $CI_BUILD_TAG = git describe --tags @@ -58,8 +58,8 @@ jobs: vmImage: macOS-10.14 strategy: matrix: - node_12.x: - node_version: 12.x + node_14.x: + node_version: 14.x steps: - script: CI_BUILD_TAG=`git describe --tags` && echo "##vso[task.setvariable variable=CI_BUILD_TAG]$CI_BUILD_TAG" displayName: Set the tag name as an environment variable @@ -104,8 +104,8 @@ jobs: vmImage: ubuntu-16.04 strategy: matrix: - node_12.x: - node_version: 12.x + node_14.x: + node_version: 14.x steps: - script: CI_BUILD_TAG=`git describe --tags` && echo "##vso[task.setvariable variable=CI_BUILD_TAG]$CI_BUILD_TAG" displayName: Set the tag name as an environment variable