mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -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'
|
||||
|
||||
steps:
|
||||
- task: DotNetCoreInstaller@1
|
||||
displayName: 'Use .NET Core sdk 2.1.505'
|
||||
inputs:
|
||||
packageType: 'sdk'
|
||||
version: '3.x'
|
||||
|
||||
- task: PowerShell@2
|
||||
displayName: 'Get Release Notes'
|
||||
inputs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue