File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 7979 </ItemGroup >
8080
8181 <ItemGroup >
82- <ProjectToBuild Condition =" $(BuildNative) " Include =" @(NativeProjects)" Exclude =" @(ProjectToExclude)" BuildStep =" 1 " />
82+ <ProjectToBuild Condition =" $(BuildNative) " Include =" @(NativeProjects)" Exclude =" @(ProjectToExclude)" BuildStep =" native " />
8383 <ProjectToExclude Condition =" !$(BuildNative) " Include =" @(NativeProjects)" />
8484 </ItemGroup >
8585
9595
9696 <ExplicitRequiresDelay Include =" $(RepoRoot)eng\Npm.Workspace.FunctionalTests.nodeproj" />
9797
98- <ProjectToBuild Condition =" '$(BuildNodeJS)' == 'true'" Include =" @(NodeJsProjects)" Exclude =" @(ProjectToExclude)" BuildStep =" 2 " />
98+ <ProjectToBuild Condition =" '$(BuildNodeJS)' == 'true'" Include =" @(NodeJsProjects)" Exclude =" @(ProjectToExclude)" BuildStep =" node " />
9999 <ProjectToExclude Condition =" '$(BuildNodeJS)' != 'true'" Include =" @(NodeJsProjects)" />
100100 </ItemGroup >
101101
104104 <JavaProjects Include =" $(RepoRoot)src\SignalR\**\*.javaproj"
105105 Exclude =" @(ProjectToExclude)" />
106106
107- <ProjectToBuild Condition =" '$(BuildJava)' == 'true'" Include =" @(JavaProjects)" Exclude =" @(ProjectToExclude)" BuildStep =" 3 " />
107+ <ProjectToBuild Condition =" '$(BuildJava)' == 'true'" Include =" @(JavaProjects)" Exclude =" @(ProjectToExclude)" BuildStep =" managed " />
108108 <ProjectToExclude Condition =" '$(BuildJava)' != 'true'" Include =" @(JavaProjects)" />
109109 </ItemGroup >
110110
211211 $(RepoRoot)**\obj\**\*;"
212212 Condition =" '$(BuildMainlyReferenceProviders)' == 'true' " />
213213
214- <ProjectToBuild Condition =" '$(BuildManaged)' == 'true'" Include =" @(DotNetProjects)" Exclude =" @(ProjectToExclude)" BuildStep =" 3 " />
214+ <ProjectToBuild Condition =" '$(BuildManaged)' == 'true'" Include =" @(DotNetProjects)" Exclude =" @(ProjectToExclude)" BuildStep =" managed " />
215215 <ProjectToExclude Condition =" '$(BuildManaged)' != 'true'" Include =" @(DotNetProjects)" />
216216 </ItemGroup >
217217
286286 </ItemGroup >
287287
288288 <ItemGroup >
289- <ProjectToBuild Condition =" '$(BuildInstallers)' == 'true'" Include =" @(InstallerProject)" Exclude =" @(ProjectToExclude)" BuildStep =" 4 " />
289+ <ProjectToBuild Condition =" '$(BuildInstallers)' == 'true'" Include =" @(InstallerProject)" Exclude =" @(ProjectToExclude)" BuildStep =" installer " />
290290 </ItemGroup >
291291 </Otherwise >
292292 </Choose >
You can’t perform that action at this time.
0 commit comments