Skip to content

Run auth util but skip dotnet installation #345

@sliekens

Description

@sliekens

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

No one assigned

    Labels

    feature requestNew feature or request to improve the current logic

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions