Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
d-barker
2020-01-24 17:17:50 +08:00
parent 33434bd965
commit c544f0e8e8
+1 -4
View File
@@ -1,7 +1,3 @@
# ASP.NET Core (.NET Framework)
# Build and test ASP.NET Core projects targeting the full .NET Framework.
# Add steps that publish symbols, save build artifacts, and more:
# https://docs.microsoft.com/azure/devops/pipelines/languages/dotnet-core
trigger:
- master
@@ -44,6 +40,7 @@ steps:
# arguments: '--configuration $(buildConfiguration)'
- task: DotNetCoreCLI@2
displayName: 'Package Library (nuget)'
inputs:
command: 'custom'
projects: './src/AspNetCore.Identity.MongoDbCore.csproj'