From ac508e9ef3771672b792d62da9358112043b30aa Mon Sep 17 00:00:00 2001 From: Andrew Stanton-Nurse Date: Thu, 27 Apr 2017 15:30:21 -0700 Subject: [PATCH] just package the archive separately --- build/repo.targets | 17 +++++------------ src/dotnet-archive/dotnet-archive.csproj | 3 ++- 2 files changed, 7 insertions(+), 13 deletions(-) diff --git a/build/repo.targets b/build/repo.targets index 9888724625..1747f9d4de 100644 --- a/build/repo.targets +++ b/build/repo.targets @@ -9,8 +9,6 @@ $(RepositoryRoot)src\Archive.AspNetCore.All\ $(FallbackArchiveDir)Archive.AspNetCore.All.csproj - $(RepositoryRoot)src\dotnet-archive\dotnet-archive.csproj - $(RepositoryRoot)src\dotnet-archive\bin\$(Configuration)\netcoreapp2.0\dotnet-archive.dll $(MetaPackagePath)bin\work\ $(MetaPackagePath)bin\packageCache\ @@ -100,6 +98,8 @@ + + @@ -121,13 +121,10 @@ SourceName="Dependencies" SourceUri="$(PackageSource)" /> - - - - + @@ -148,15 +145,11 @@ $(COHERENCE_SIGNED_DROP_LOCATION)\Signed\Packages - - - - - - + + diff --git a/src/dotnet-archive/dotnet-archive.csproj b/src/dotnet-archive/dotnet-archive.csproj index 1cecf05c95..5ea7e8fb45 100644 --- a/src/dotnet-archive/dotnet-archive.csproj +++ b/src/dotnet-archive/dotnet-archive.csproj @@ -3,9 +3,10 @@ - netcoreapp1.1 + netcoreapp2.0 Exe false + win7-x64