From c2a9cf4c5b5b65ee06e0da6723f36e4f6018e379 Mon Sep 17 00:00:00 2001 From: jbeisner Date: Tue, 9 Jan 2018 23:31:32 +0000 Subject: [PATCH] Remove method to publish to Debian feeds. --- build/LinuxDistrosNativeInstaller.props | 2 -- build/Publish.targets | 2 -- build/publish/PublishDebian.targets | 23 ----------------------- scripts/dockerrun.sh | 3 --- 4 files changed, 30 deletions(-) delete mode 100644 build/publish/PublishDebian.targets 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 \