diff --git a/Directory.Build.props b/Directory.Build.props
index f2622914b..a75ddc89a 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -24,6 +24,7 @@ tools\TestAssetsDependencies\TestAssetsDependencies.csproj
build_projects/dotnet-cli-build/bin
dotnet-cli-build.dll
$(RepoRoot)/$(RelativeCLIBuildBinaries)/$(RelativeCLIBuildDllName)
+ $(RepoRoot)/build_projects/dotnet-cli-build/bin/Microsoft.DotNet.Build.Tasks.Feed.dll
true
true
diff --git a/build/AzureInfo.props b/build/AzureInfo.props
index f5ce4ab98..7ccfb7968 100644
--- a/build/AzureInfo.props
+++ b/build/AzureInfo.props
@@ -8,7 +8,14 @@
dotnetcli
https://$(ArtifactCloudDropAccountName).blob.core.windows.net/$(ArtifactContainerName)
$(CHECKSUM_STORAGE_CONTAINER)
+ dotnet
$(CHECKSUM_STORAGE_KEY)
$(CHECKSUM_STORAGE_ACCOUNT)
+ dotnetclichecksums
+ $(TRANSPORTFEED_STORAGE_CONTAINER)
+ dotnet-core
+ $(TRANSPORTFEED_STORAGE_KEY)
+ $(TRANSPORTFEED_STORAGE_ACCOUNT)
+ dotnetfeed
diff --git a/build/DependencyVersions.props b/build/DependencyVersions.props
index e9ef673e5..270152c6b 100644
--- a/build/DependencyVersions.props
+++ b/build/DependencyVersions.props
@@ -2,7 +2,7 @@
2.1.0-preview1-25825-07
- 15.5.0-preview-000160-1065475
+ 15.5.0-preview-000165-1081473
2.6.0-beta2-62210-01
1.6.0-beta2-25304
4.2.0-rtm-170926-0
diff --git a/build/Microsoft.DotNet.Cli.tasks b/build/Microsoft.DotNet.Cli.tasks
index 552ed1b34..d733ad10a 100644
--- a/build/Microsoft.DotNet.Cli.tasks
+++ b/build/Microsoft.DotNet.Cli.tasks
@@ -25,6 +25,7 @@
+
diff --git a/build/Publish.targets b/build/Publish.targets
index 24dcc1a50..1f793a00b 100644
--- a/build/Publish.targets
+++ b/build/Publish.targets
@@ -3,6 +3,7 @@
+
@@ -33,6 +34,7 @@
GenerateChecksums;
UploadArtifactsToAzure;
UploadChecksumsToAzure;
+ PublishNupkgToTransportFeed;
PublishDebFilesToDebianRepo;
PublishCliVersionBadge" />
@@ -44,9 +46,9 @@
Condition=" '$(PublishArchives)' == 'true' "/>
-
-
diff --git a/build/publish/PublishNupkgToTransportFeed.targets b/build/publish/PublishNupkgToTransportFeed.targets
new file mode 100644
index 000000000..2f41acfd1
--- /dev/null
+++ b/build/publish/PublishNupkgToTransportFeed.targets
@@ -0,0 +1,28 @@
+
+
+
+
+
+
+
+
+ packages
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/build_projects/dotnet-cli-build/dotnet-cli-build.csproj b/build_projects/dotnet-cli-build/dotnet-cli-build.csproj
index 677e26bce..57e9ceae3 100644
--- a/build_projects/dotnet-cli-build/dotnet-cli-build.csproj
+++ b/build_projects/dotnet-cli-build/dotnet-cli-build.csproj
@@ -30,6 +30,7 @@
+