From c544f0e8e84bc16e1a240a0eeca58480375879ba Mon Sep 17 00:00:00 2001 From: d-barker <31757611+d-barker@users.noreply.github.com> Date: Fri, 24 Jan 2020 17:17:50 +0800 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index bcad77f..e763091 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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'