mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 12:59:39 -07:00
Update ci-build.yaml for Azure Pipelines
This commit is contained in:
parent
a5731f6e4b
commit
3f8b26688f
1 changed files with 6 additions and 0 deletions
|
@ -27,6 +27,12 @@ pool:
|
||||||
vmImage: 'ubuntu-latest'
|
vmImage: 'ubuntu-latest'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- task: DotNetCoreInstaller@1
|
||||||
|
displayName: 'Use .NET Core sdk 2.1.505'
|
||||||
|
inputs:
|
||||||
|
packageType: 'sdk'
|
||||||
|
version: '3.x'
|
||||||
|
|
||||||
- task: PowerShell@2
|
- task: PowerShell@2
|
||||||
displayName: 'Get Release Notes'
|
displayName: 'Get Release Notes'
|
||||||
inputs:
|
inputs:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue