mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 13:23:20 -07:00
Update ci-build.yaml for Azure Pipelines
This commit is contained in:
parent
02f82620d0
commit
e2c25829d0
1 changed files with 6 additions and 0 deletions
|
@ -34,6 +34,12 @@ steps:
|
||||||
inputs:
|
inputs:
|
||||||
packageType: 'sdk'
|
packageType: 'sdk'
|
||||||
version: '3.x'
|
version: '3.x'
|
||||||
|
- task: DotNetCoreInstaller@1
|
||||||
|
displayName: 'Use .NET Core sdk for versioning'
|
||||||
|
inputs:
|
||||||
|
packageType: 'sdk'
|
||||||
|
version: '2.1.1'
|
||||||
|
|
||||||
|
|
||||||
- task: PowerShell@2
|
- task: PowerShell@2
|
||||||
displayName: 'Get Release Notes'
|
displayName: 'Get Release Notes'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue