|
| 1 | +From 17c34e0cdbc1a2219dd1a7457c16e32706ee59e3 Mon Sep 17 00:00:00 2001 |
| 2 | +From: dseefeld <dseefeld@microsoft.com> |
| 3 | +Date: Mon, 25 Nov 2019 17:10:34 +0000 |
| 4 | +Subject: [PATCH 4/5] Include Compilers package projects in source-build |
| 5 | + |
| 6 | +--- |
| 7 | + .../Microsoft.NETCore.Compilers.Package.csproj | 2 +- |
| 8 | + .../Microsoft.Net.Compilers.Toolset.Package.csproj | 2 +- |
| 9 | + 2 files changed, 2 insertions(+), 2 deletions(-) |
| 10 | + |
| 11 | +diff --git a/src/NuGet/Microsoft.NETCore.Compilers/Microsoft.NETCore.Compilers.Package.csproj b/src/NuGet/Microsoft.NETCore.Compilers/Microsoft.NETCore.Compilers.Package.csproj |
| 12 | +index a7802b01f5..dcb5df09f2 100644 |
| 13 | +--- a/src/NuGet/Microsoft.NETCore.Compilers/Microsoft.NETCore.Compilers.Package.csproj |
| 14 | ++++ b/src/NuGet/Microsoft.NETCore.Compilers/Microsoft.NETCore.Compilers.Package.csproj |
| 15 | +@@ -4,6 +4,7 @@ |
| 16 | + <TargetFramework>netcoreapp3.1</TargetFramework> |
| 17 | + |
| 18 | + <IsPackable>true</IsPackable> |
| 19 | ++ <ExcludeFromSourceBuild>false</ExcludeFromSourceBuild> |
| 20 | + <NuspecPackageId>Microsoft.NETCore.Compilers</NuspecPackageId> |
| 21 | + <IncludeBuildOutput>false</IncludeBuildOutput> |
| 22 | + <DevelopmentDependency>true</DevelopmentDependency> |
| 23 | +@@ -17,7 +18,6 @@ |
| 24 | + <ItemGroup> |
| 25 | + <ProjectReference Include="..\..\Compilers\CSharp\csc\csc.csproj"/> |
| 26 | + <ProjectReference Include="..\..\Compilers\VisualBasic\vbc\vbc.csproj"/> |
| 27 | +- <ProjectReference Include="..\..\Interactive\csi\csi.csproj"/> |
| 28 | + <ProjectReference Include="..\..\Compilers\Core\MSBuildTask\Microsoft.Build.Tasks.CodeAnalysis.csproj"/> |
| 29 | + <ProjectReference Include="..\..\Compilers\Server\VBCSCompiler\VBCSCompiler.csproj"/> |
| 30 | + </ItemGroup> |
| 31 | +diff --git a/src/NuGet/Microsoft.Net.Compilers.Toolset/Microsoft.Net.Compilers.Toolset.Package.csproj b/src/NuGet/Microsoft.Net.Compilers.Toolset/Microsoft.Net.Compilers.Toolset.Package.csproj |
| 32 | +index 5f8c77e6e2..2178f6f5ee 100644 |
| 33 | +--- a/src/NuGet/Microsoft.Net.Compilers.Toolset/Microsoft.Net.Compilers.Toolset.Package.csproj |
| 34 | ++++ b/src/NuGet/Microsoft.Net.Compilers.Toolset/Microsoft.Net.Compilers.Toolset.Package.csproj |
| 35 | +@@ -5,6 +5,7 @@ |
| 36 | + <TargetFrameworks Condition="'$(DotNetBuildFromSource)' == 'true'">netcoreapp3.1</TargetFrameworks> |
| 37 | + |
| 38 | + <IsPackable>true</IsPackable> |
| 39 | ++ <ExcludeFromSourceBuild>false</ExcludeFromSourceBuild> |
| 40 | + <NuspecPackageId>Microsoft.Net.Compilers.Toolset</NuspecPackageId> |
| 41 | + <IncludeBuildOutput>false</IncludeBuildOutput> |
| 42 | + <DevelopmentDependency>true</DevelopmentDependency> |
| 43 | +@@ -31,7 +32,6 @@ |
| 44 | + <ItemGroup> |
| 45 | + <ProjectReference Include="..\..\Compilers\CSharp\csc\csc.csproj" PrivateAssets="All"/> |
| 46 | + <ProjectReference Include="..\..\Compilers\VisualBasic\vbc\vbc.csproj" PrivateAssets="All"/> |
| 47 | +- <ProjectReference Include="..\..\Interactive\csi\csi.csproj" PrivateAssets="All"/> |
| 48 | + <ProjectReference Include="..\..\Compilers\Core\MSBuildTask\Microsoft.Build.Tasks.CodeAnalysis.csproj" PrivateAssets="All"/> |
| 49 | + <ProjectReference Include="..\..\Compilers\Server\VBCSCompiler\VBCSCompiler.csproj" PrivateAssets="All"/> |
| 50 | + |
| 51 | +-- |
| 52 | +2.17.1 |
0 commit comments