We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description: I would like to be able to run the auth util only and skip the dotnet installer.
- name: Configure GPR authentication uses: actions/setup-dotnet@v3 env: NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}} with: source-url: https://nuget.pkg.github.com/sliekens/index.json dotnet-version: 'none' global-json-file: 'ignore ./global.json'
Justification: I'm running jobs inside a container that already contains the exact SDK versions needed.
Are you willing to submit a PR?
It depends
The text was updated successfully, but these errors were encountered:
Hi, @sliekens 👋 Thank you for your feature request. We will investigate it and come back to you with our decision about it :)
Sorry, something went wrong.
One more justification: Azure Pipelines has separate tasks for installing dotnet and for auth. https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/tool/dotnet-core-tool-installer?view=azure-devops https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/package/nuget-authenticate?view=azure-devops
I imagine it can be difficult for someone to move from Az Pipelines to GH Actions when you only need NuGet Authenticate.
No branches or pull requests
Description:
I would like to be able to run the auth util only and skip the dotnet installer.
Justification:
I'm running jobs inside a container that already contains the exact SDK versions needed.
Are you willing to submit a PR?
It depends
The text was updated successfully, but these errors were encountered: