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
I tried creating a simple JSON file with the following content:
{
"auth": {
"user": "",
"password": ""
}
}
To do this I created a repository variable containing the above JSON and then tried to call it in my deploy job. This is for a .NET application and looks as follows:
I tried creating a simple JSON file with the following content:
To do this I created a repository variable containing the above JSON and then tried to call it in my deploy job. This is for a .NET application and looks as follows:
What I see being created though is a file that looks like this:
What's causing this formatting issue?
The text was updated successfully, but these errors were encountered: