aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author杨宇千 <crupest@outlook.com>2019-02-04 15:27:53 +0000
committer杨宇千 <crupest@outlook.com>2019-02-04 15:27:53 +0000
commit8e17f394f0d879e034dad3d02b03d7b21248aa67 (patch)
tree5a0d674f19311adb385707c95718a1aed0136794
parentfdc51c9e4ac225311e4e14923e6b48efbd05a6e1 (diff)
downloadtimeline-8e17f394f0d879e034dad3d02b03d7b21248aa67.tar.gz
timeline-8e17f394f0d879e034dad3d02b03d7b21248aa67.tar.bz2
timeline-8e17f394f0d879e034dad3d02b03d7b21248aa67.zip
Set up CI with Azure Pipelines ***NO_CI***
-rw-r--r--azure-pipelines.yml21
1 files changed, 21 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
new file mode 100644
index 00000000..1c521e4a
--- /dev/null
+++ b/azure-pipelines.yml
@@ -0,0 +1,21 @@
+# 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
+
+trigger:
+- master
+
+pool:
+ vmImage: 'Ubuntu-16.04'
+
+variables:
+ buildConfiguration: 'Release'
+
+steps:
+- script: dotnet build --configuration $(buildConfiguration)
+ displayName: 'dotnet build $(buildConfiguration)'
+
+- task: DotNetCoreCLI@2
+ inputs:
+ command: test