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

NuGet authenticate task used by jitrollingbuild is deprecated #96745

Closed
jakobbotsch opened this issue Jan 10, 2024 · 5 comments
Closed

NuGet authenticate task used by jitrollingbuild is deprecated #96745

jakobbotsch opened this issue Jan 10, 2024 · 5 comments
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Milestone

Comments

@jakobbotsch
Copy link
Member

The internal jitrollingbuild pipeline is hitting this warning:

Task 'NuGet authenticate' version 0 (NuGetAuthenticate@0) is deprecated. This task will be removed. From January 31, 2024, onwards it may no longer be available.

We should fix this before the specified date.

cc @dotnet/jit-contrib

@dotnet-issue-labeler dotnet-issue-labeler bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Jan 10, 2024
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Jan 10, 2024
@jakobbotsch jakobbotsch added area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI and removed untriaged New issue has not been triaged by the area owner needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners labels Jan 10, 2024
@jakobbotsch jakobbotsch added this to the 9.0.0 milestone Jan 10, 2024
@ghost
Copy link

ghost commented Jan 10, 2024

Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch
See info in area-owners.md if you want to be subscribed.

Issue Details

The internal jitrollingbuild pipeline is hitting this warning:

Task 'NuGet authenticate' version 0 (NuGetAuthenticate@0) is deprecated. This task will be removed. From January 31, 2024, onwards it may no longer be available.

We should fix this before the specified date.

cc @dotnet/jit-contrib

Author: jakobbotsch
Assignees: -
Labels:

area-CodeGen-coreclr

Milestone: -

@akoeplinger
Copy link
Member

akoeplinger commented Jan 10, 2024

I fixed the repo-local usages with #96651, the remaining usages are in eng/common so will be fixed with the next arcade update.

@jakobbotsch
Copy link
Member Author

I fixed the repo-local usages with #96651, the remaining usages are in eng/common so will be fixed with the next arcade update.

Ah, great, thanks! I will leave this open just to verify that the warning disappears soon then.

@akoeplinger
Copy link
Member

Sure. #95904 is the PR to watch (it's currently blocked).

@akoeplinger
Copy link
Member

akoeplinger commented Feb 14, 2024

This is fixed now.

@github-actions github-actions bot locked and limited conversation to collaborators Mar 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Projects
None yet
Development

No branches or pull requests

2 participants