From df603edd5e6335c53863e9a9711fc63963e0ff55 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 28 Mar 2019 22:26:08 -0400 Subject: [PATCH] just rev, no dot --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ab4fc086c8..efabd9251f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -13,7 +13,7 @@ trigger: pool: vmImage: 'vs2017-win2016' -name: $(Rev:.r) +name: $(Rev:r) steps: - task: NodeTool@0