From 4d35489e851aba2b19dd2374d38e7f39fe56a954 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Mon, 17 Jul 2017 11:19:09 -0700 Subject: [PATCH] Use dotnet pack to pack AspNetCore file --- Build/repo.targets | 10 ++++++---- NuGet.config | 1 + nuget/AspNetCore.csproj | 9 +++++++++ 3 files changed, 16 insertions(+), 4 deletions(-) create mode 100644 nuget/AspNetCore.csproj diff --git a/Build/repo.targets b/Build/repo.targets index 3abc33ed4a..1d39f35999 100644 --- a/Build/repo.targets +++ b/Build/repo.targets @@ -8,7 +8,6 @@ - @@ -35,11 +34,14 @@ - $([MSBuild]::EnsureTrailingSlash('$(NuGetPackageRoot)'))nuget.commandline\$(NuGetCommandLineVersion)\tools\nuget.exe - $(RepositoryRoot)nuget\AspNetCore.nuspec + 1.0.0-pre-$(BuildNumber) + $(ArtifactsDir)build\ - + + diff --git a/nuget/AspNetCore.csproj b/nuget/AspNetCore.csproj new file mode 100644 index 0000000000..65727b5103 --- /dev/null +++ b/nuget/AspNetCore.csproj @@ -0,0 +1,9 @@ + + + + netstandard1.0 + $(MSBuildThisFileDirectory)AspNetCore.nuspec + version=$(PackageVersion) + + +