Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Always publish artifacts to local repository #733

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

joyeeta26
Copy link
Contributor

@joyeeta26 joyeeta26 commented Nov 21, 2024

Problem

In the current scenario, artifacts were not published locally as well, if they existed on maven central.
This caused issues in scenarios where the build timed out without running all the steps.
In such cases, we were not able to run the build again because the artifacts already existed in maven

Fix

In this PR, we have updated gradle publish such that artifacts are always published to local repo. But for feed we keep checking if it already exists or not.

@joyeeta26 joyeeta26 requested a review from a team as a code owner November 21, 2024 06:38
@joyeeta26 joyeeta26 changed the title Update fluentui-maven-central-publish-1espt.yml for Azure Pipelines Always publish artifacts to local repository Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants