You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Description:
Is it possible to change the location of the nuget.config file generated by the task?
Task version:
v3.0.3
Platform:
Runner type:
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
The text was updated successfully, but these errors were encountered: