diff --git a/NuGet.config b/NuGet.config
index 341157ce4..8bdc3ffd2 100644
--- a/NuGet.config
+++ b/NuGet.config
@@ -8,21 +8,28 @@
+
+
+
+
-
+
+
+
+
@@ -42,14 +49,19 @@
+
+
-
+
+
+
+
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index c069fcbf6..9715e91d6 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -214,18 +214,18 @@
-
+
https://github.com/dotnet/arcade
- fc2b7849b25c4a21457feb6da5fc7c9806a80976
+ 188340e12c0a372b1681ad6a5e72c608021efdba
-
+
https://github.com/dotnet/arcade
- fc2b7849b25c4a21457feb6da5fc7c9806a80976
+ 188340e12c0a372b1681ad6a5e72c608021efdba
-
+
https://github.com/dotnet/arcade
- fc2b7849b25c4a21457feb6da5fc7c9806a80976
+ 188340e12c0a372b1681ad6a5e72c608021efdba
https://github.com/dotnet/arcade-services
diff --git a/eng/Versions.props b/eng/Versions.props
index cdf8b59df..b0bfb11a9 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -40,7 +40,7 @@
- 8.0.0-beta.24179.4
+ 8.0.0-beta.24204.3
diff --git a/eng/common/templates-official/steps/component-governance.yml b/eng/common/templates-official/steps/component-governance.yml
index 0ecec47b0..cbba05967 100644
--- a/eng/common/templates-official/steps/component-governance.yml
+++ b/eng/common/templates-official/steps/component-governance.yml
@@ -4,7 +4,7 @@ parameters:
steps:
- ${{ if eq(parameters.disableComponentGovernance, 'true') }}:
- - script: "echo ##vso[task.setvariable variable=skipComponentGovernanceDetection]true"
+ - script: echo "##vso[task.setvariable variable=skipComponentGovernanceDetection]true"
displayName: Set skipComponentGovernanceDetection variable
- ${{ if ne(parameters.disableComponentGovernance, 'true') }}:
- task: ComponentGovernanceComponentDetection@0
diff --git a/eng/common/templates/steps/component-governance.yml b/eng/common/templates/steps/component-governance.yml
index 0ecec47b0..cbba05967 100644
--- a/eng/common/templates/steps/component-governance.yml
+++ b/eng/common/templates/steps/component-governance.yml
@@ -4,7 +4,7 @@ parameters:
steps:
- ${{ if eq(parameters.disableComponentGovernance, 'true') }}:
- - script: "echo ##vso[task.setvariable variable=skipComponentGovernanceDetection]true"
+ - script: echo "##vso[task.setvariable variable=skipComponentGovernanceDetection]true"
displayName: Set skipComponentGovernanceDetection variable
- ${{ if ne(parameters.disableComponentGovernance, 'true') }}:
- task: ComponentGovernanceComponentDetection@0
diff --git a/global.json b/global.json
index 31d5f24b1..f4af7d9ef 100644
--- a/global.json
+++ b/global.json
@@ -11,7 +11,7 @@
"cmake": "3.21.0"
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24179.4",
- "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.24179.4"
+ "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.24204.3",
+ "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.24204.3"
}
}