diff --git a/Directory.Build.props b/Directory.Build.props index 46a1159f78..f015ba2785 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,4 +1,4 @@ - + @@ -14,6 +14,8 @@ $(MSBuildThisFileDirectory) $(MSBuildThisFileDirectory)build\Key.snk true + Microsoft + MicrosoftNuGet true true diff --git a/build/repo.targets b/build/repo.targets index a70e25df5f..c5c7cfd50e 100644 --- a/build/repo.targets +++ b/build/repo.targets @@ -2,6 +2,7 @@ InitializeComponents;$(PrepareDependsOn) + $(GetArtifactInfoDependsOn);GetNativeArtifactsInfo BuildNativeAssets;$(CompileDependsOn) $(PackageDependsOn);PackageNativeProjects $(TestDependsOn);RunNativeTest @@ -61,33 +62,35 @@ Condition="'$(VisualStudioMSBuildx86Path)' != ''" /> - - - NuGetPackage - Microsoft.AspNetCore.AspNetCoreModule - $(PackageVersion) - $(RepositoryRoot) - - + + + + NuGetPackage + Microsoft.AspNetCore.AspNetCoreModule + $(PackageVersion) + $(RepositoryRoot) + + - - NuGetPackage - Microsoft.AspNetCore.AspNetCoreModuleV2 - $(PackageVersion) - $(RepositoryRoot) - - + + NuGetPackage + Microsoft.AspNetCore.AspNetCoreModuleV2 + $(PackageVersion) + $(RepositoryRoot) + + - - ZipArchive - $(RepositoryRoot) - shipoob - + + ZipArchive + $(RepositoryRoot) + shipoob + - + - - + + + - - - - + diff --git a/src/Microsoft.AspNetCore.Server.IIS/Microsoft.AspNetCore.Server.IIS.nuspec b/src/Microsoft.AspNetCore.Server.IIS/Microsoft.AspNetCore.Server.IIS.nuspec deleted file mode 100644 index 8e6ff9c302..0000000000 --- a/src/Microsoft.AspNetCore.Server.IIS/Microsoft.AspNetCore.Server.IIS.nuspec +++ /dev/null @@ -1,32 +0,0 @@ - - - - Microsoft.AspNetCore.Server.IIS - $version$ - $author$ - $licenseUrl$ - $copyright$ - $projectUrl$ - $iconUrl$ - true - $description$ - en-US - aspnetcore iis - $serviceable$ - - - - - - - - - - - - - - - - -