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