Skip to content

Commit

Permalink
Set name
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwatson484 committed Nov 1, 2022
1 parent f68c986 commit a7de732
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.7
1.1.8
3 changes: 1 addition & 2 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a7de732

Please sign in to comment.