File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 154
154
$(RepoRoot)src\Analyzers\**\*.csproj;
155
155
$(RepoRoot)src\ProjectTemplates\*\*.csproj;
156
156
$(RepoRoot)src\ProjectTemplates\testassets\*\*.csproj;
157
- " />
158
- < DotNetProjects Remove ="
157
+ "
158
+ Exclude ="
159
159
@(ProjectToBuild);
160
160
@(ProjectToExclude);
161
161
$(RepoRoot)**\node_modules\**\*;
Original file line number Diff line number Diff line change 6
6
<IsShippingPackage >true</IsShippingPackage >
7
7
<IsPackable >true</IsPackable >
8
8
<IsPackable Condition =" '$(IsTargetingPackBuilding)' == 'false'" >false</IsPackable >
9
+ <!-- Exclude this project from source build -->
10
+ <ExcludeFromSourceBuild >true</ExcludeFromSourceBuild >
9
11
<PackageId >$(TargetingPackName)</PackageId >
10
12
<VersionPrefix >$(TargetingPackVersionPrefix)</VersionPrefix >
11
13
You can’t perform that action at this time.
0 commit comments