From a7de7322afd1e9198074ed466d69cce35912b0b5 Mon Sep 17 00:00:00 2001 From: John Watson Date: Tue, 1 Nov 2022 20:32:34 +0000 Subject: [PATCH] Set name --- VERSION | 2 +- build.yaml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 2bf1ca5..18efdb9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.7 +1.1.8 diff --git a/build.yaml b/build.yaml index 0a28aef..6d44463 100644 --- a/build.yaml +++ b/build.yaml @@ -77,8 +77,7 @@ jobs: inputs: targetType: 'inline' script: | - $repo = $(Build.Repository.Name) - $repo = $repo.Split('/')[-1] + $repo = '$(Build.Repository.Name)'.Split('/')[-1] Write-Host "##vso[task.setvariable variable=repo]$repo" - task: PowerShell@2