Skip to content

Commit 71236b3

Browse files
committed
Set up CI with Azure Pipelines
[skip ci]
1 parent 27d8fab commit 71236b3

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

azure-pipelines.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# ASP.NET Core
2+
# Build and test ASP.NET Core projects targeting .NET Core.
3+
# Add steps that run tests, create a NuGet package, deploy, and more:
4+
# https://docs.microsoft.com/azure/devops/pipelines/languages/dotnet-core
5+
6+
trigger:
7+
- master
8+
9+
pool:
10+
vmImage: ubuntu-latest
11+
12+
variables:
13+
buildConfiguration: 'Release'
14+
15+
steps:
16+
- script: dotnet build --configuration $(buildConfiguration)
17+
displayName: 'dotnet build $(buildConfiguration)'

0 commit comments

Comments
 (0)