From 4d6bdba5546ff8bf886d7db65a36e3b2ffa4abee Mon Sep 17 00:00:00 2001 From: John Luo Date: Thu, 13 Apr 2017 17:32:23 -0700 Subject: [PATCH] Add nuspec and version.txt to artifacts --- .../Microsoft.Internal.AspNetCore.PackageCache.nuspec | 11 +++++++++++ build/repo.targets | 11 ++++++++--- 2 files changed, 19 insertions(+), 3 deletions(-) create mode 100644 build/Microsoft.Internal.AspNetCore.PackageCache.nuspec 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