diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml index 9d18f4d657..4d868ed955 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -256,55 +256,55 @@ stages: condition: and(succeeded(), endswith(variables['Build.SourceBranch'], '-dstu2')) inputs: command: push - packagesToPush: '$(Agent.BuildDirectory)/NuGetPackages/*DSTU2*.*nupkg' + packagesToPush: '$(Agent.BuildDirectory)/NuGetPackages/*DSTU2*.nupkg' nuGetFeedType: external publishFeedCredentials: NuGet verbosityPush: normal - includeSymbols: false + includeSymbols: true - task: NuGetCommand@2 displayName: 'NuGet Push STU3 packages only and common packages' condition: and(succeeded(), endswith(variables['Build.SourceBranch'], '-stu3')) inputs: command: push - packagesToPush: '$(Agent.BuildDirectory)/NuGetPackages/*.*nupkg' + packagesToPush: '$(Agent.BuildDirectory)/NuGetPackages/*.nupkg' nuGetFeedType: external publishFeedCredentials: NuGet verbosityPush: normal - includeSymbols: false + includeSymbols: true - task: NuGetCommand@2 displayName: 'NuGet Push R4 packages only' condition: and(succeeded(), endswith(variables['Build.SourceBranch'], '-r4')) inputs: command: push - packagesToPush: '$(Agent.BuildDirectory)/NuGetPackages/*R4*.*nupkg' + packagesToPush: '$(Agent.BuildDirectory)/NuGetPackages/*R4*.nupkg' nuGetFeedType: external publishFeedCredentials: NuGet verbosityPush: normal - includeSymbols: false + includeSymbols: true - task: NuGetCommand@2 displayName: 'NuGet Push R4B packages only' condition: and(succeeded(), endswith(variables['Build.SourceBranch'], '-r4B')) inputs: command: push - packagesToPush: '$(Agent.BuildDirectory)/NuGetPackages/*R4B*.*nupkg' + packagesToPush: '$(Agent.BuildDirectory)/NuGetPackages/*R4B*.nupkg' nuGetFeedType: external publishFeedCredentials: NuGet verbosityPush: normal - includeSymbols: false + includeSymbols: true - task: NuGetCommand@2 displayName: 'NuGet Push R5 packages only' condition: and(succeeded(), endswith(variables['Build.SourceBranch'], '-r5')) inputs: command: push - packagesToPush: '$(Agent.BuildDirectory)/NuGetPackages/*R5*.*nupkg' + packagesToPush: '$(Agent.BuildDirectory)/NuGetPackages/*R5*.nupkg' nuGetFeedType: external publishFeedCredentials: NuGet verbosityPush: normal - includeSymbols: false + includeSymbols: true - deployment: relNotes displayName: Release Notes