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 154154 $(RepoRoot)src\Analyzers\**\*.csproj;
155155 $(RepoRoot)src\ProjectTemplates\*\*.csproj;
156156 $(RepoRoot)src\ProjectTemplates\testassets\*\*.csproj;
157- " />
158- < DotNetProjects Remove ="
157+ "
158+ Exclude ="
159159 @(ProjectToBuild);
160160 @(ProjectToExclude);
161161 $(RepoRoot)**\node_modules\**\*;
Original file line number Diff line number Diff line change 66 <IsShippingPackage >true</IsShippingPackage >
77 <IsPackable >true</IsPackable >
88 <IsPackable Condition =" '$(IsTargetingPackBuilding)' == 'false'" >false</IsPackable >
9+ <!-- Exclude this project from source build -->
10+ <ExcludeFromSourceBuild >true</ExcludeFromSourceBuild >
911 <PackageId >$(TargetingPackName)</PackageId >
1012 <VersionPrefix >$(TargetingPackVersionPrefix)</VersionPrefix >
1113
You can’t perform that action at this time.
0 commit comments