mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-12 00:06:05 -07:00
Update ci-build.yaml for Azure Pipelines
This commit is contained in:
parent
f9408dc16e
commit
f3d06d96b2
1 changed files with 4 additions and 2 deletions
|
@ -27,7 +27,8 @@ pool:
|
||||||
vmImage: 'ubuntu-latest'
|
vmImage: 'ubuntu-latest'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- task: PowerShell@2
|
- task: PowerShell@2#
|
||||||
|
displayName: 'Get Release Notes'
|
||||||
inputs:
|
inputs:
|
||||||
targetType: 'inline'
|
targetType: 'inline'
|
||||||
script: |
|
script: |
|
||||||
|
@ -35,11 +36,12 @@ steps:
|
||||||
Write-Host "##vso[task.setvariable variable=ReleaseNotes;]$response"
|
Write-Host "##vso[task.setvariable variable=ReleaseNotes;]$response"
|
||||||
|
|
||||||
- task: PowerShell@2
|
- task: PowerShell@2
|
||||||
|
displayName: 'Set Version'
|
||||||
inputs:
|
inputs:
|
||||||
targetType: 'inline'
|
targetType: 'inline'
|
||||||
script: |
|
script: |
|
||||||
dotnet tool install -g dotnet-setversion
|
dotnet tool install -g dotnet-setversion
|
||||||
setversion -r $(gitTag)
|
dotnet setversion -r $(gitTag)
|
||||||
|
|
||||||
- task: Yarn@3
|
- task: Yarn@3
|
||||||
displayName: 'Install UI Dependancies'
|
displayName: 'Install UI Dependancies'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue