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
[main] Update dependencies from dotnet/arcade (#1172)
* Update dependencies from https://github.com/dotnet/arcade build 20210121.2
Microsoft.DotNet.Arcade.Sdk
From Version 6.0.0-beta.20573.2 -> To Version 6.0.0-beta.21071.2
* Update dependencies from https://github.com/dotnet/arcade build 20210128.12
Microsoft.DotNet.Arcade.Sdk
From Version 6.0.0-beta.20573.2 -> To Version 6.0.0-beta.21078.12
* Update dependencies from https://github.com/dotnet/arcade build 20210205.5
Microsoft.DotNet.Arcade.Sdk
From Version 6.0.0-beta.20573.2 -> To Version 6.0.0-beta.21105.5
* Update dependencies from https://github.com/dotnet/arcade build 20210205.12
Microsoft.DotNet.Arcade.Sdk
From Version 6.0.0-beta.20573.2 -> To Version 6.0.0-beta.21105.12
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Brett V. Forsgren <brettfo@microsoft.com>
Copy file name to clipboardExpand all lines: eng/common/internal-feed-operations.ps1
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -63,8 +63,6 @@ function SetupCredProvider {
63
63
}
64
64
65
65
if (($endpoints|Measure-Object).Count -gt0) {
66
-
# [SuppressMessage("Microsoft.Security", "CS002:SecretInNextLine", Justification="Endpoint code example with no real credentials.")]
67
-
# Create the JSON object. It should look like '{"endpointCredentials": [{"endpoint":"http://example.index.json", "username":"optional", "password":"accesstoken"}]}'
Copy file name to clipboardExpand all lines: eng/common/internal-feed-operations.sh
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -62,8 +62,6 @@ function SetupCredProvider {
62
62
endpoints+=']'
63
63
64
64
if [ ${#endpoints}-gt 2 ];then
65
-
# [SuppressMessage("Microsoft.Security", "CS002:SecretInNextLine", Justification="Endpoint code example with no real credentials.")]
66
-
# Create the JSON object. It should look like '{"endpointCredentials": [{"endpoint":"http://example.index.json", "username":"optional", "password":"accesstoken"}]}'
67
65
local endpointCredentials="{\"endpointCredentials\": "$endpoints"}"
0 commit comments