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 dc1deb5 commit a2db49cCopy full SHA for a2db49c
eng/pipelines/templates/jobs/dnup/dnup-library-publish.yml
@@ -39,7 +39,7 @@ jobs:
39
targetPath: $(System.DefaultWorkingDirectory)/artifacts
40
# 1ES docs: https://eng.ms/docs/cloud-ai-platform/devdiv/one-engineering-system-1es/1es-docs/1es-pipeline-templates/features/outputs/nuget-packages
41
# DotNetCoreCLI@2 docs: https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/dotnet-core-cli-v2
42
- - ${{ if eq(false, true) }}:
+ - ${{ if eq(true, true) }}:
43
- task: 1ES.PublishNuget@1
44
displayName: 🟣 Publish packages to AzDO
45
inputs:
0 commit comments