From da403d4d1680fd52f595ae97eb984ae57563a7f2 Mon Sep 17 00:00:00 2001 From: John Luo Date: Fri, 14 Apr 2017 10:50:24 -0700 Subject: [PATCH] Long path woes --- ...Core.PackageCache.nuspec => Build.PackageStore.nuspec} | 4 ++-- build/repo.targets | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) rename build/{Microsoft.Internal.AspNetCore.PackageCache.nuspec => Build.PackageStore.nuspec} (52%) diff --git a/build/Microsoft.Internal.AspNetCore.PackageCache.nuspec b/build/Build.PackageStore.nuspec similarity index 52% rename from build/Microsoft.Internal.AspNetCore.PackageCache.nuspec rename to build/Build.PackageStore.nuspec index 75da6498d7..ea5ae50ef7 100644 --- a/build/Microsoft.Internal.AspNetCore.PackageCache.nuspec +++ b/build/Build.PackageStore.nuspec @@ -1,9 +1,9 @@ - Microsoft.Internal.AspNetCore.PackageCache + PackageStore.Int Microsoft - Runtime Package Store for ASP.NET Core + Runtime Package Store for ASP.NET Core, for internal builds diff --git a/build/repo.targets b/build/repo.targets index dde27569e2..5cfca01b90 100644 --- a/build/repo.targets +++ b/build/repo.targets @@ -33,9 +33,9 @@ $(MetaPackagePath)bin\work $(MetaPackagePath)bin\packageCache\ $(RepositoryRoot)artifacts\ - $(ArtifactsDir)Microsoft.Internal.AspNetCorePackageCache.win-$(VersionSuffix).zip - $(ArtifactsDir)Microsoft.Internal.AspNetCorePackageCache.linux-$(VersionSuffix).zip - $(ArtifactsDir)Microsoft.Internal.AspNetCorePackageCache.osx-$(VersionSuffix).zip + $(ArtifactsDir)Build.RuntimeStore.win-$(VersionSuffix).zip + $(ArtifactsDir)Build.RuntimeStore.linux-$(VersionSuffix).zip + $(ArtifactsDir)Build.RuntimeStore.osx-$(VersionSuffix).zip @@ -56,7 +56,7 @@ - + \ No newline at end of file