Update dependencies from https://github.com/dotnet/arcade build 20210131.1 (#9590)
[master] Update dependencies from dotnet/arcade - Coherency Updates: - XliffTasks: from 1.0.0-beta.21076.1 to 1.0.0-beta.21080.1 (parent: Microsoft.DotNet.Arcade.Sdk)
This commit is contained in:
parent
0056c78e47
commit
f45c9a08b3
5 changed files with 8 additions and 12 deletions
|
@ -62,8 +62,6 @@ function SetupCredProvider {
|
|||
endpoints+=']'
|
||||
|
||||
if [ ${#endpoints} -gt 2 ]; then
|
||||
# [SuppressMessage("Microsoft.Security", "CS002:SecretInNextLine", Justification="Endpoint code example with no real credentials.")]
|
||||
# Create the JSON object. It should look like '{"endpointCredentials": [{"endpoint":"http://example.index.json", "username":"optional", "password":"accesstoken"}]}'
|
||||
local endpointCredentials="{\"endpointCredentials\": "$endpoints"}"
|
||||
|
||||
echo "##vso[task.setvariable variable=VSS_NUGET_EXTERNAL_FEED_ENDPOINTS]$endpointCredentials"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue