Simple script to authenticate yourself to your Azure Artifacts NuGet repositories on linux!
- Azure CLI (https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-linux)
- .NET SDK (https://docs.microsoft.com/en-us/dotnet/core/install/linux)
- jq (apt:
sudo apt install jq -y
)
Using cURL: bash <(curl -sL https://raw.githubusercontent.com/RektInator/azure-nuget-authenticate/main/azure-nuget-auth.sh)
Using wget: bash <(wget -qO- https://raw.githubusercontent.com/RektInator/azure-nuget-authenticate/main/azure-nuget-auth.sh)