Set up CI with Azure Pipelines
This commit is contained in:
parent
7130ad7476
commit
1017fa5b96
14
azure-pipelines.yml
Normal file
14
azure-pipelines.yml
Normal file
@ -0,0 +1,14 @@
|
||||
# ASP.NET Core
|
||||
# Build and test ASP.NET Core projects targeting .NET Core.
|
||||
# Add steps that run tests, create a NuGet package, deploy, and more:
|
||||
# https://docs.microsoft.com/azure/devops/pipelines/languages/dotnet-core
|
||||
|
||||
pool:
|
||||
vmImage: 'Ubuntu 16.04'
|
||||
|
||||
variables:
|
||||
buildConfiguration: 'Release'
|
||||
|
||||
steps:
|
||||
- script: dotnet build --configuration $(buildConfiguration)
|
||||
displayName: 'dotnet build $(buildConfiguration)'
|
Loading…
x
Reference in New Issue
Block a user