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'