microsoft / microsoft/Tools-for-Health-Data-Anonymization

Duplicate publish tasks in release.yml ?

Open
#260 0 comments 1 reaction 1 assignee View on GitHub

Nobody has claimed this yet.

Dominant language
C#
Stars
309
Forks
90
PR merge metrics
No merged PRs in 30d

Description

Is the double publish task required ? Legacy ?

# Publish artifacts
- task: PublishBuildArtifacts@1
  displayName: 'publish binary artifacts'
  inputs:
    pathtoPublish: '$(Build.ArtifactStagingDirectory)' 
    artifactName: 'FhirAnonymizerBuild'
    
- task: PublishBuildArtifacts@1
  displayName: 'publish nuget artifacts'
  inputs:
    pathtoPublish: '$(build.artifactStagingDirectory)/nupkgs'
    artifactName: 'nuget'
    publishLocation: 'container'

https://github.com/microsoft/Tools-for-Health-Data-Anonymization/blob/11d1b88319fef93d88d960da587d530999c0fcb6/release.yml#L96C1-L108C37

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.