diff --git a/build/LinuxDistrosNativeInstaller.props b/build/LinuxDistrosNativeInstaller.props
index 2b7c61c89..3827e569e 100644
--- a/build/LinuxDistrosNativeInstaller.props
+++ b/build/LinuxDistrosNativeInstaller.props
@@ -3,13 +3,11 @@
debian
deb
- $(debian8x64RepositoryId)
x64
rhel
rpm
- $(rhel7x64RepositoryId)
rhel-x64
diff --git a/build/Publish.targets b/build/Publish.targets
index a35b499cb..1ab0e0b9e 100644
--- a/build/Publish.targets
+++ b/build/Publish.targets
@@ -2,7 +2,6 @@
-
@@ -35,7 +34,6 @@
UploadArtifactsToAzure;
UploadChecksumsToAzure;
PublishNupkgToBlobFeed;
- PublishDebFilesToDebianRepo;
PublishCliVersionBadge" />
diff --git a/build/publish/PublishDebian.targets b/build/publish/PublishDebian.targets
deleted file mode 100644
index 801230fb0..000000000
--- a/build/publish/PublishDebian.targets
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
- dotnet-sdk-$(SdkVersion)
-
-
-
-
-
-
-
-
-
-
diff --git a/scripts/dockerrun.sh b/scripts/dockerrun.sh
index 7f6493582..3f977eab7 100755
--- a/scripts/dockerrun.sh
+++ b/scripts/dockerrun.sh
@@ -120,9 +120,6 @@ docker run $INTERACTIVE -t --rm --sig-proxy=true \
--name $DOTNET_BUILD_CONTAINER_NAME \
-v $DOCKER_HOST_SHARE_DIR:/opt/code \
-e CHANNEL \
- -e REPO_ID \
- -e REPO_USER \
- -e REPO_SERVER \
-e DOTNET_BUILD_SKIP_CROSSGEN \
-e PUBLISH_TO_AZURE_BLOB \
-e NUGET_FEED_URL \