diff --git a/build/Microsoft.Internal.AspNetCore.PackageCache.nuspec b/build/Microsoft.Internal.AspNetCore.PackageCache.nuspec new file mode 100644 index 0000000000..75da6498d7 --- /dev/null +++ b/build/Microsoft.Internal.AspNetCore.PackageCache.nuspec @@ -0,0 +1,11 @@ + + + + Microsoft.Internal.AspNetCore.PackageCache + Microsoft + Runtime Package Store for ASP.NET Core + + + + + \ No newline at end of file diff --git a/build/repo.targets b/build/repo.targets index c378f8928d..3692ed2cd5 100644 --- a/build/repo.targets +++ b/build/repo.targets @@ -32,9 +32,10 @@ $(MetaPackagePath)Microsoft.AspNetCore.All.csproj $(MetaPackagePath)bin\work $(MetaPackagePath)bin\packageCache\ - $(RepositoryRoot)artifacts\Microsoft.Internal.AspNetCorePackageCache.win-$(VersionSuffix).zip - $(RepositoryRoot)artifacts\Microsoft.Internal.AspNetCorePackageCache.linux-$(VersionSuffix).zip - $(RepositoryRoot)artifacts\Microsoft.Internal.AspNetCorePackageCache.osx-$(VersionSuffix).zip + $(RepositoryRoot)artifacts\ + $(ArtifactsDir)Microsoft.Internal.AspNetCorePackageCache.win-$(VersionSuffix).zip + $(ArtifactsDir)Microsoft.Internal.AspNetCorePackageCache.linux-$(VersionSuffix).zip + $(ArtifactsDir)Microsoft.Internal.AspNetCorePackageCache.osx-$(VersionSuffix).zip @@ -53,5 +54,9 @@ + + + + \ No newline at end of file