-
Notifications
You must be signed in to change notification settings - Fork 531
Open
Labels
feature requestNew feature or request to improve the current logicNew feature or request to improve the current logic
Description
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
Metadata
Metadata
Assignees
Labels
feature requestNew feature or request to improve the current logicNew feature or request to improve the current logic