Skip to content

Commit

Permalink
Merge branch 'master' into 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cctrbic authored Feb 5, 2021
2 parents a8211ea + a61bb09 commit d62d219
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# 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:
- main

pool:
vmImage: 'ubuntu-latest'

variables:
buildConfiguration: 'Release'

steps:
- script: dotnet build --configuration $(buildConfiguration)
displayName: 'dotnet build $(buildConfiguration)'

0 comments on commit d62d219

Please sign in to comment.