File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 99 </ItemDefinitionGroup >
1010
1111 <ItemGroup >
12- <ProjectToBuild Condition =" '$(Build)' == true" Include =" $(RepoRoot)src/Redist/Microsoft.ML.DnnImageFeaturizer.ModelRedist/Microsoft.ML.DnnImageFeaturizer.ModelRedist.proj" />
13- <ProjectToBuild Condition =" '$(Build)' == true" Include =" $(RepoRoot)src/Native/Native.proj" />
14- <ProjectToBuild Condition =" '$(Build)' == true" Include =" $(RepoRoot)Microsoft.ML.sln" />
12+ <!-- The condition is speeds up runtime whenever you don't want to build. -->
13+ <ProjectToBuild Include =" $(RepoRoot)src/Redist/Microsoft.ML.DnnImageFeaturizer.ModelRedist/Microsoft.ML.DnnImageFeaturizer.ModelRedist.proj" />
14+ <ProjectToBuild Include =" $(RepoRoot)src/Native/Native.proj" />
15+ <ProjectToBuild Include =" $(RepoRoot)Microsoft.ML.sln" />
1516 </ItemGroup >
1617
1718</Project >
You can’t perform that action at this time.
0 commit comments