diff --git a/build/Compile.targets b/build/Compile.targets index 5d956a799..d48bc1ff6 100644 --- a/build/Compile.targets +++ b/build/Compile.targets @@ -1,17 +1,9 @@ - - - - - + BuildProjectsForNuGetPackages;" /> @@ -21,61 +13,5 @@ - - - - - - - - - - - - - - - - - - - - - - CLIBuildDll=$(CLIBuildDll); - NuGetPackagesDir=$(NuGetPackagesDir); - SdkLayoutDirectory=$(SdkOutputDirectory)/Sdks/%(BundledSdk.Identity); - SdkPackageName=%(BundledSdk.Identity); - SdkPackageVersion=%(BundledSdk.Version); - Stage0Directory=$(Stage0Directory) - - - - - - - - - - - - - TemplateLayoutDirectory=$(SdkOutputDirectory)/Templates; - TemplatePackageName=%(BundledTemplate.Identity); - TemplatePackageVersion=%(BundledTemplate.Version); - Stage0Directory=$(Stage0Directory) - - - - - - diff --git a/build/Prepare.targets b/build/Prepare.targets index b29d8737d..22212ab6e 100644 --- a/build/Prepare.targets +++ b/build/Prepare.targets @@ -2,8 +2,6 @@ - - diff --git a/build/compile/LzmaArchive.targets b/build/compile/LzmaArchive.targets index 61c22c8b5..77155e5da 100644 --- a/build/compile/LzmaArchive.targets +++ b/build/compile/LzmaArchive.targets @@ -111,8 +111,7 @@ - + diff --git a/dir.props b/dir.props index 1c28a15e9..8d31ff867 100644 --- a/dir.props +++ b/dir.props @@ -20,6 +20,8 @@ + + diff --git a/src/redist/redist.csproj b/src/redist/redist.csproj index eff7569c4..0ff3712c5 100644 --- a/src/redist/redist.csproj +++ b/src/redist/redist.csproj @@ -1,7 +1,8 @@  - + + $(CliVersionPrefix) netcoreapp2.0 @@ -110,6 +111,51 @@ AssetPath="%(NuPkgContentForMSBuildExtensionsRelativePaths.Identity)" /> + + + + + CLIBuildDll=$(CLIBuildDll); + NuGetPackagesDir=$(NuGetPackagesDir); + SdkLayoutDirectory=$(SdkOutputDirectory)/Sdks/%(BundledSdk.Identity); + SdkPackageName=%(BundledSdk.Identity); + SdkPackageVersion=%(BundledSdk.Version); + Stage0Directory=$(Stage0Directory) + + + + + + + + + + + + + TemplateLayoutDirectory=$(SdkOutputDirectory)/Templates; + TemplatePackageName=%(BundledTemplate.Identity); + TemplatePackageVersion=%(BundledTemplate.Version); + Stage0Directory=$(Stage0Directory) + + + + + + + + + + + @@ -161,12 +207,40 @@ DestinationFiles="@(NETCore10Assemblies)" /> + + + <_VbcPath Include="$(PublishDir)/**/vbc.exe" /> + + + + + + + + + <_AllSdkFiles Include="$(PublishDir)/**/*" /> + + + + + + + + + + + +