We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef31401 commit 6e4edabCopy full SHA for 6e4edab
build-tools/automation/azure-pipelines.yaml
@@ -537,15 +537,6 @@ extends:
537
variables:
538
- ${{ if eq(variables['MicroBuildSignType'], 'Real') }}:
539
- group: Publish-Build-Assets
540
- templateContext:
541
- outputs:
542
- - output: nuget
543
- condition: and(succeeded(), eq('${{ parameters.pushXAPackagesToMaestro }}', 'true'))
544
- useDotNetTask: false # The default is false to use the NuGetCommand task. Set to true to use the DotNetCoreCLI task to publish packages.
545
- packagesToPush: $(Build.StagingDirectory)\nuget-signed\*.nupkg
546
- packageParentPath: $(Build.StagingDirectory)\nuget-signed
547
- nuGetFeedType: external
548
- publishFeedCredentials: $(DotNetFeedCredential)
549
steps:
550
- checkout: self
551
0 commit comments