Skip to content

Commit 447557a

Browse files
committed
Set up CI with Azure Pipelines
1 parent ac9e96c commit 447557a

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

azure-pipelines.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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: 'VS2017-Win2016'
11+
12+
variables:
13+
buildConfiguration: 'Release'
14+
15+
16+
steps:
17+
- task: DotNetCoreInstaller@0
18+
inputs:
19+
packageType: 'sdk'
20+
version: '2.2.103'
21+
- script: build.bat canary
22+
displayName: build and unit test

0 commit comments

Comments
 (0)