Skip to content

Commit a2db49c

Browse files
committed
Enable publishing to NuGet feed
1 parent dc1deb5 commit a2db49c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/pipelines/templates/jobs/dnup/dnup-library-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
targetPath: $(System.DefaultWorkingDirectory)/artifacts
4040
# 1ES docs: https://eng.ms/docs/cloud-ai-platform/devdiv/one-engineering-system-1es/1es-docs/1es-pipeline-templates/features/outputs/nuget-packages
4141
# DotNetCoreCLI@2 docs: https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/dotnet-core-cli-v2
42-
- ${{ if eq(false, true) }}:
42+
- ${{ if eq(true, true) }}:
4343
- task: 1ES.PublishNuget@1
4444
displayName: 🟣 Publish packages to AzDO
4545
inputs:

0 commit comments

Comments
 (0)