From be5089ae6fbbf2b6805b2092d714d9066f0b7f14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danny=20van=20Velzen=20=F0=9F=81=B4?= Date: Tue, 28 Apr 2020 13:20:26 -0700 Subject: [PATCH] Update version number of the Azure DevOps PR validation step --- .ado/windows-vs-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ado/windows-vs-pr.yml b/.ado/windows-vs-pr.yml index c38b149984a..410ce045095 100644 --- a/.ado/windows-vs-pr.yml +++ b/.ado/windows-vs-pr.yml @@ -1,5 +1,5 @@ # This file defines the Windows Visual Studio PR build steps used during the CI loop -name: $(Date:yyyyMMdd).$(Rev:.r) +name: $(Date:yyyyMMdd).$(Rev:r) trigger: none # will disable CI builds entirely