microsoft / microsoft/Tools-for-Health-Data-Anonymization
Duplicate publish tasks in release.yml ?
Open
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'
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.