From eae32714f9ac07328e031bb2dac503ae84cae08a Mon Sep 17 00:00:00 2001
From: "dotnet-maestro[bot]"
<42748379+dotnet-maestro[bot]@users.noreply.github.com>
Date: Tue, 2 Feb 2021 13:33:13 +0000
Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade
build 20210131.1 (#924)
[master] Update dependencies from dotnet/arcade
---
eng/Version.Details.xml | 20 ++++++++++----------
eng/common/internal-feed-operations.ps1 | 2 --
eng/common/internal-feed-operations.sh | 2 --
global.json | 2 +-
4 files changed, 11 insertions(+), 15 deletions(-)
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 1c60b434..160997a4 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -3,25 +3,25 @@
-
+
https://github.com/dotnet/arcade
- 3233c41c837f72827efd8f827b538e047334847d
+ f6ed3308865528c56ed26b85004121fce56bf4f4
-
+
https://github.com/dotnet/arcade
- 3233c41c837f72827efd8f827b538e047334847d
+ f6ed3308865528c56ed26b85004121fce56bf4f4
-
+
https://github.com/dotnet/arcade
- 3233c41c837f72827efd8f827b538e047334847d
+ f6ed3308865528c56ed26b85004121fce56bf4f4
-
+
https://github.com/dotnet/arcade
- 3233c41c837f72827efd8f827b538e047334847d
+ f6ed3308865528c56ed26b85004121fce56bf4f4
-
+
https://github.com/dotnet/arcade
- 3233c41c837f72827efd8f827b538e047334847d
+ f6ed3308865528c56ed26b85004121fce56bf4f4
https://github.com/dotnet/arcade-services
diff --git a/eng/common/internal-feed-operations.ps1 b/eng/common/internal-feed-operations.ps1
index b8f6529f..418c0993 100644
--- a/eng/common/internal-feed-operations.ps1
+++ b/eng/common/internal-feed-operations.ps1
@@ -63,8 +63,6 @@ function SetupCredProvider {
}
if (($endpoints | Measure-Object).Count -gt 0) {
- # [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"}]}'
$endpointCredentials = @{endpointCredentials=$endpoints} | ConvertTo-Json -Compress
# Create the environment variables the AzDo way
diff --git a/eng/common/internal-feed-operations.sh b/eng/common/internal-feed-operations.sh
index a27410f6..e2233e78 100755
--- a/eng/common/internal-feed-operations.sh
+++ b/eng/common/internal-feed-operations.sh
@@ -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"
diff --git a/global.json b/global.json
index 796ce163..4d7db72c 100644
--- a/global.json
+++ b/global.json
@@ -11,6 +11,6 @@
}
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21078.12"
+ "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21081.1"
}
}