mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-14 01:02:57 -07:00
Update ci-build.yaml for Azure Pipelines
This commit is contained in:
parent
74b503c151
commit
5402be5f84
1 changed files with 6 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
||||||
# Add steps that run tests, create a NuGet package, deploy, and more:
|
# Add steps that run tests, create a NuGet package, deploy, and more:
|
||||||
# https://docs.microsoft.com/azure/devops/pipelines/languages/dotnet-core
|
# https://docs.microsoft.com/azure/devops/pipelines/languages/dotnet-core
|
||||||
|
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
branches:
|
branches:
|
||||||
include:
|
include:
|
||||||
|
@ -20,7 +21,11 @@ pool:
|
||||||
vmImage: 'ubuntu-latest'
|
vmImage: 'ubuntu-latest'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- task: UseDotNet@2
|
||||||
|
displayName: Use dotnet sdk
|
||||||
|
inputs:
|
||||||
|
packageType: 'sdk'
|
||||||
|
version: '2.2.401'
|
||||||
- task: DotNetCoreCLI@2
|
- task: DotNetCoreCLI@2
|
||||||
displayName: Run Unit Tests
|
displayName: Run Unit Tests
|
||||||
inputs:
|
inputs:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue