question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Publish task PublishArtifactsInManifest failing in AspLabs pipeline

See original GitHub issue
  • This issue is blocking
  • This issue is causing unreasonable pain

I see that the publishing step of the AspLabs hasn’t passed in a long time: https://dnceng.visualstudio.com/internal/_build?definitionId=249&_a=summary and the error suggests something is wrong in the task PublishArtifactsInManifest in arcade. It looks like my attempt didn’t fix it so I’m hoping someone can help from Arcade can help us.

This is currently blocking publishing packages from this repo and we are trying to push out some new bits for customers to try so there is some urgency.

Investigation wise, I think this is related to the work in https://github.com/dotnet/arcade/pull/7317. This repo uses publishingInfraVersion=2. Given that most repos are using version 3 already and that this is a low traffic repo, I can see how we didn’t notice the problem. Is there an issue with publishing infra version 2 that needs to be fixed? Or do we need to do work to move to version 3 like the rest of the repos?

FYI @epananth @DamianEdwards

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:14 (10 by maintainers)

github_iconTop GitHub Comments

2reactions
JunTaoLuocommented, Jul 20, 2021

Oh, duh… oops.

1reaction
riarenascommented, Jul 20, 2021

I think I see the problem, and it’s silly.

https://github.com/aspnet/AspLabs/blob/main/eng/Publish.props needs to be renamed to Publishing.props so that the Arcade SDK will try to read from it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Publish artifacts build failed in Azure DevOps
You have to copy something into your $(Build.ArtifactStagingDirectory) directory before the publish task.
Read more >
Publish artifact fails when retry failed job · Issue #12854
Type: Bug Enter Task Name: PublishPipelineArtifact (and its publish yaml alias) Environment Server - Azure Pipelines account name, ...
Read more >
PublishPipelineArtifact@1 - Publish Pipeline Artifacts v1 task
# Publish Pipeline Artifacts v1 # Publish (upload) a file or directory as a named artifact for the current run. - task: PublishPipelineArtifact@ ......
Read more >
PublishBuildArtifacts@1 - Publish build artifacts v1 task
Use this task in a build pipeline to publish build artifacts to Azure Pipelines, TFS, or a file share. Syntax. YAML Copy.
Read more >
Administration Guide
Administration Guide for SAP Data Intelligence. ... Extracts lineage but does not publish the dataset to the catalog. ... Start Jupyter Lab.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found