Skip to content

Change location of nuget.config #357

@mark-mybaggage

Description

@mark-mybaggage

Description:
Is it possible to change the location of the nuget.config file generated by the task?

Task version:
v3.0.3

Platform:

  • Ubuntu
  • macOS
  • Windows

Runner type:

  • Hosted
  • Self-hosted

Repro steps:
After this action has executed, a nuget.config file with an authenticated package source as follows:

dotnet-auth: Finding any source references in /home/runner/work/test7/test7/nuget.config, writing a new temporary configuration file with credentials to /home/runner/work/test7/nuget.config

A later step requires the nuget.config to be located in /home/runner/work/test7/test7/nuget.config. At the moment I'm juts mooving the generated file to the desired location, however it would be nicer to have the action put it in the desired place?

Expected behavior:
Ability to have the nuget.config file created at /home/runner/work/test7/test7/nuget.config

Actual behavior:
Unable to change the behaviour of the nuget.config file

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature requestNew feature or request to improve the current logicinvestigationThe issue is under investigation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions