Skip to content

Commit ab1a161

Browse files
committed
2 parents a24f7b4 + 296938f commit ab1a161

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 web applications targeting .NET Core.
3+
# Add steps that run tests, create a NuGet package, deploy, and more:
4+
# https://docs.microsoft.com/vsts/pipelines/languages/dotnet-core
5+
6+
pool:
7+
vmImage: 'Ubuntu 18.04'
8+
9+
variables:
10+
buildConfiguration: 'Release'
11+
12+
steps:
13+
- script: dotnet build --configuration $(buildConfiguration)
14+
displayName: 'dotnet build $(buildConfiguration)'
15+
16+
script:
17+
- ps: .\build.ps1

0 commit comments

Comments
 (0)