diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index f0b03fdead1..36531dec20e 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -67,13 +67,13 @@
https://github.com/dotnet/core-setup
1a04dd08e56bf52e88668c1ef2bd3f630ad442a5
-
+
https://github.com/dotnet/arcade
- 31e3d884010345c19f6335571e34b2b5c7ce13bc
+ aebcd10d76469b2e84cffd39d043574bc5357d22
-
+
https://github.com/dotnet/arcade
- 31e3d884010345c19f6335571e34b2b5c7ce13bc
+ aebcd10d76469b2e84cffd39d043574bc5357d22
https://github.com/dotnet/corefx
@@ -99,17 +99,17 @@
https://github.com/dotnet/coreclr
c2e8c9f71737d87a95610851587e2a1eaf18c91c
-
+
https://github.com/dotnet/arcade
- 31e3d884010345c19f6335571e34b2b5c7ce13bc
+ aebcd10d76469b2e84cffd39d043574bc5357d22
-
+
https://github.com/dotnet/arcade
- 31e3d884010345c19f6335571e34b2b5c7ce13bc
+ aebcd10d76469b2e84cffd39d043574bc5357d22
-
+
https://github.com/dotnet/arcade
- 31e3d884010345c19f6335571e34b2b5c7ce13bc
+ aebcd10d76469b2e84cffd39d043574bc5357d22
https://dev.azure.com/dnceng/internal/_git/dotnet-corefx
diff --git a/eng/Versions.props b/eng/Versions.props
index 7fc7714162e..8137e9a0a7b 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -52,9 +52,9 @@
- 1.0.0-beta.22077.9
- 1.0.0-beta.22077.9
- 1.0.0-beta.22077.9
+ 1.0.0-beta.22159.6
+ 1.0.0-beta.22159.6
+ 1.0.0-beta.22159.6
diff --git a/eng/common/templates/job/job.yml b/eng/common/templates/job/job.yml
index 7a464c0d722..c43c779e3ca 100644
--- a/eng/common/templates/job/job.yml
+++ b/eng/common/templates/job/job.yml
@@ -162,6 +162,7 @@ jobs:
- ${{ if and(eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest'), ne(parameters.disableComponentGovernance, 'true')) }}:
- task: ComponentGovernanceComponentDetection@0
+ continueOnError: true
- ${{ if eq(parameters.enableMicrobuild, 'true') }}:
- ${{ if and(eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
diff --git a/eng/common/templates/jobs/jobs.yml b/eng/common/templates/jobs/jobs.yml
index 0bd064ba208..bd9090cb0b5 100644
--- a/eng/common/templates/jobs/jobs.yml
+++ b/eng/common/templates/jobs/jobs.yml
@@ -17,10 +17,6 @@ parameters:
# Optional: Enable publishing using release pipelines
enablePublishUsingPipelines: false
- # Optional: Disable component governance detection. In general, component governance
- # should be on for all jobs. Use only in the event of issues.
- disableComponentGovernance: false
-
graphFileGeneration:
# Optional: Enable generating the graph files at the end of the build
enabled: false
diff --git a/global.json b/global.json
index 8a9f0b30564..bcf670e4865 100644
--- a/global.json
+++ b/global.json
@@ -12,8 +12,8 @@
}
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.22077.9",
- "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.22077.9"
+ "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.22159.6",
+ "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.22159.6"
},
"native-tools": {
"strawberry-perl": "5.28.1.1-1",