Skip to content

Commit

Permalink
Remove manifest generation as it is part of publish artifacts.
Browse files Browse the repository at this point in the history
  • Loading branch information
LSDima committed Oct 11, 2024
1 parent bb438f8 commit d9c3a28
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .azure-devops/nova-facade-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ variables:
- name: tags
value: production,externalfacing
- name: serviceTreeID
value: 6F8CD842-E117-412F-BAE4-56A3B6166594
value: ade7d667-42f5-485a-91a9-f1dc6482a9b0
- name: adoNpmFeedBaseUrl
value: https://pkgs.dev.azure.com/domoreexp/_apis/packaging/feeds/npm-mirror

Expand Down Expand Up @@ -80,10 +80,6 @@ extends:
displayName: Configure git for release
- script: yarn release -y -n $(ossNpmToken) --access public
displayName: Release
- task: AzureArtifacts.manifest-generator-task.manifest-generator-task.ManifestGeneratorTask@0
displayName: 📒 Generate Manifest
inputs:
BuildDropPath: $(System.DefaultWorkingDirectory)
- task: 1ES.PublishPipelineArtifact@1
displayName: 📒 Publish Manifest
inputs:
Expand Down

0 comments on commit d9c3a28

Please sign in to comment.