Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
+1
-4
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user