diff --git a/NuGet.config b/NuGet.config
index 3b34c1513..a363b139a 100644
--- a/NuGet.config
+++ b/NuGet.config
@@ -7,21 +7,28 @@
-
+
+
+
+
+
+
+
+
@@ -42,16 +49,21 @@
-
+
+
+
+
+
+
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 94bfa989e..7593483ca 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -197,19 +197,19 @@
-
+
https://github.com/dotnet/arcade
- c80f6c7bcfdd0e62a3012f9a97ab52be477c7d75
+ 100394106fe203c112ab72bcc1576fb3753f7910
-
+
https://github.com/dotnet/arcade
- c80f6c7bcfdd0e62a3012f9a97ab52be477c7d75
+ 100394106fe203c112ab72bcc1576fb3753f7910
-
+
https://github.com/dotnet/arcade
- c80f6c7bcfdd0e62a3012f9a97ab52be477c7d75
+ 100394106fe203c112ab72bcc1576fb3753f7910
https://github.com/dotnet/source-build-reference-packages
diff --git a/eng/Versions.props b/eng/Versions.props
index a76ab8a7d..422a2518c 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -19,7 +19,7 @@
- 6.0.0-beta.24162.4
+ 6.0.0-beta.24163.13
diff --git a/eng/common/SetupNugetSources.ps1 b/eng/common/SetupNugetSources.ps1
index 0182856ed..4ed5c54e7 100644
--- a/eng/common/SetupNugetSources.ps1
+++ b/eng/common/SetupNugetSources.ps1
@@ -49,7 +49,7 @@ function AddPackageSource($sources, $SourceName, $SourceEndPoint, $creds, $Usern
Write-Host "Package source $SourceName already present."
}
- AddCredential -Creds $creds -Source $SourceName -Username $Username -Password $pwd
+ AddCredential -Creds $creds -Source $SourceName -Username $Username -pwd $pwd
}
# Add a credential node for the specified source
diff --git a/global.json b/global.json
index e1f0ec366..fd055d417 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"tools": {
- "dotnet": "6.0.127",
+ "dotnet": "6.0.128",
"runtimes": {
"dotnet": [
"$(VSRedistCommonNetCoreSharedFrameworkx6460PackageVersion)"
@@ -11,7 +11,7 @@
"cmake": "3.16.4"
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.24162.4",
- "Microsoft.DotNet.CMake.Sdk": "6.0.0-beta.24162.4"
+ "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.24163.13",
+ "Microsoft.DotNet.CMake.Sdk": "6.0.0-beta.24163.13"
}
}