From db8adaf5b78dd11a7d25302606881728a40740b8 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Wed, 22 Nov 2017 08:47:48 -0800 Subject: [PATCH] Remove uses of aspnetcore-ci-dev --- build/push.targets | 37 ------------------- build/repo.targets | 1 - .../Microsoft.AspNetCore.All.csproj | 2 +- 3 files changed, 1 insertion(+), 39 deletions(-) delete mode 100644 build/push.targets diff --git a/build/push.targets b/build/push.targets deleted file mode 100644 index 2b8cac8dfb..0000000000 --- a/build/push.targets +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - $(NpmRegistry.Replace("https:", "")):_authToken - - - - - - - - - - diff --git a/build/repo.targets b/build/repo.targets index 282a2ec44e..1591e4b2b2 100644 --- a/build/repo.targets +++ b/build/repo.targets @@ -5,7 +5,6 @@ - <_RepositoryBuildTargets Condition="'$(_RepositoryBuildTargets)'=='' AND '$(SkipTests)'=='true'">/t:Package /t:VerifyPackages diff --git a/src/Microsoft.AspNetCore.All/Microsoft.AspNetCore.All.csproj b/src/Microsoft.AspNetCore.All/Microsoft.AspNetCore.All.csproj index 5d15ffa141..5636024221 100644 --- a/src/Microsoft.AspNetCore.All/Microsoft.AspNetCore.All.csproj +++ b/src/Microsoft.AspNetCore.All/Microsoft.AspNetCore.All.csproj @@ -6,7 +6,7 @@ $(DotNetRestoreSources) $(RestoreSources); - https://dotnet.myget.org/F/aspnetcore-ci-dev/api/v3/index.json; + https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json; https://dotnet.myget.org/F/aspnetcore-tools/api/v3/index.json;