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