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

Fix DevEx and IDDP builds #3093

Merged
merged 5 commits into from
Oct 19, 2024
Merged

Fix DevEx and IDDP builds #3093

merged 5 commits into from
Oct 19, 2024

Conversation

jmprieur
Copy link
Collaborator

@jmprieur jmprieur commented Oct 18, 2024

Fix DevEx and IDDP builds

Goal:
When building internally, use an internal Nuget feed, instead of nuget.org

Did you know?
When you are accessing an artifact's feed in the same project, you don't need to specify a service connection in Azure DevOps, NuGetAuthenticate@1 without it a service connection works. If you specify a service connection, you'll need some credentials, like a PAT that will need to be rotated ...

What this PR does:
This PR modifies the build scripts to just run nuget authenticate (no service connection), and removes the Nuget.org source, and adds the IDDP source

@jmprieur jmprieur requested a review from a team as a code owner October 18, 2024 22:12
@jmprieur jmprieur changed the title Fix build Fix DevEx and IDDP builds Oct 18, 2024
Copy link
Collaborator

@jennyf19 jennyf19 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants