microsoft/artifacts-credprovider

Script default get .net 6 package

Closed this issue · 1 comments

I have a lot of solution that use, on Dockerfile, this call:

ENV AZURE_ARTIFACTS_CREDENTIAL_PROVIDER_VERSION=v1.0.0
RUN wget -qO- https://aka.ms/install-artifacts-credprovider.sh | bash
ENV NUGET_PLUGIN_HANDSHAKE_TIMEOUT_IN_SECONDS 20
ENV NUGET_PLUGIN_REQUEST_TIMEOUT_IN_SECONDS 20

Now need to add this
ENV USE_NET6_ARTIFACTS_CREDENTIAL_PROVIDER=false

otherwise the script get .net 6 package.

It's possible get default this package 'Microsoft.NuGet.CredentialProvider.tar.gz' ?

This is by design, please see the announcement here: #386