Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>2020-07-06 15:35:58 +0300
committerGitHub <noreply@github.com>2020-07-06 15:35:58 +0300
commit9e946e97775b8693b12a73a6621bfbbe633d12d2 (patch)
treeecc7216658bec55ef1a5671811b7151426bd93f4 /eng/common/internal-feed-operations.sh
parentc66de69e26d67d2c87f00864a35f69e8908a903b (diff)
Update dependencies from https://github.com/dotnet/arcade build 20200630.3 (#1311)
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.ApiCompat From Version 5.0.0-beta.20316.1 -> To Version 5.0.0-beta.20330.3 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Diffstat (limited to 'eng/common/internal-feed-operations.sh')
-rwxr-xr-xeng/common/internal-feed-operations.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/eng/common/internal-feed-operations.sh b/eng/common/internal-feed-operations.sh
index 5941ea283..9ed225e7e 100755
--- a/eng/common/internal-feed-operations.sh
+++ b/eng/common/internal-feed-operations.sh
@@ -62,6 +62,7 @@ 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"}"