diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 4e7cc261..4c0b0268 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -3,25 +3,25 @@
-
+
https://github.com/dotnet/arcade
- 298c72b33f6f7b742b11f7b1c0ae77a043789fcf
+ ee0a6a7d9acc6f5886ae214b935f3e3d989235e4
-
+
https://github.com/dotnet/arcade
- 298c72b33f6f7b742b11f7b1c0ae77a043789fcf
+ ee0a6a7d9acc6f5886ae214b935f3e3d989235e4
-
+
https://github.com/dotnet/arcade
- 298c72b33f6f7b742b11f7b1c0ae77a043789fcf
+ ee0a6a7d9acc6f5886ae214b935f3e3d989235e4
-
+
https://github.com/dotnet/arcade
- 298c72b33f6f7b742b11f7b1c0ae77a043789fcf
+ ee0a6a7d9acc6f5886ae214b935f3e3d989235e4
-
+
https://github.com/dotnet/arcade
- 298c72b33f6f7b742b11f7b1c0ae77a043789fcf
+ ee0a6a7d9acc6f5886ae214b935f3e3d989235e4
https://github.com/dotnet/arcade-services
diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml
index bd776c76..375e91ac 100644
--- a/eng/common/templates/post-build/post-build.yml
+++ b/eng/common/templates/post-build/post-build.yml
@@ -147,6 +147,9 @@ stages:
pipeline: $(AzDOPipelineId)
buildId: $(AzDOBuildId)
artifactName: PackageArtifacts
+ itemPattern: |
+ **
+ !**/Microsoft.SourceBuild.Intermediate.*.nupkg
# This is necessary whenever we want to publish/restore to an AzDO private feed
# Since sdk-task.ps1 tries to restore packages we need to do this authentication here
diff --git a/global.json b/global.json
index 5c6cfbfe..af3b7392 100644
--- a/global.json
+++ b/global.json
@@ -11,6 +11,6 @@
}
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21068.2"
+ "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21069.2"
}
}