From 8a67734e49458bdd03803975b5cc440b7ba82cec Mon Sep 17 00:00:00 2001 From: Mark Downie Date: Sun, 14 Nov 2021 20:55:38 -0500 Subject: [PATCH] Version should not be double 00 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a5d148ba..930d7c9c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -10,7 +10,7 @@ pool: variables: buildConfiguration: 'Release' - version: 3.00 + version: 3.0 steps: - task: UseDotNet@2