diff --git a/azure-pipelines-official.yml b/azure-pipelines-official.yml
index 343323ce6d2ae..df7f447156156 100644
--- a/azure-pipelines-official.yml
+++ b/azure-pipelines-official.yml
@@ -308,6 +308,7 @@ extends:
/p:DotnetPublishUsingPipelines=true
/p:IgnoreIbcMergeErrors=true
/p:GenerateSbom=true
+ /p:ForceAzureComSources=true
condition: succeeded()
- template: /eng/common/templates-official/steps/generate-sbom.yml@self
diff --git a/eng/Directory.Packages.props b/eng/Directory.Packages.props
index db8a9d7f9e405..9e39597af0dd7 100644
--- a/eng/Directory.Packages.props
+++ b/eng/Directory.Packages.props
@@ -319,7 +319,7 @@
Infra
-->
-
+
diff --git a/eng/InternalTools.props b/eng/InternalTools.props
index ab7600ec62793..110ac628fd153 100644
--- a/eng/InternalTools.props
+++ b/eng/InternalTools.props
@@ -10,6 +10,15 @@
$(RestoreSources);
https://pkgs.dev.azure.com/devdiv/_packaging/dotnet-core-internal-tooling/nuget/v3/index.json
+
+
+
+ https://pkgs.dev.azure.com/devdiv/_packaging/dotnet-core-internal-tooling/nuget/v3/index.json;
+ https://pkgs.dev.azure.com/devdiv/_packaging/VS/nuget/v3/index.json;
+ https://pkgs.dev.azure.com/devdiv/_packaging/Engineering/nuget/v3/index.json;
+ https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json;
+ https://pkgs.dev.azure.com/devdiv/_packaging/dotnet-core-internal-tooling/nuget/v3/index.json
+