Skip to content

Commit 24fe90a

Browse files
committed
changes from pr commeonts
1 parent d9e1359 commit 24fe90a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

eng/Build.props

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@
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>

log.txt

-1020 KB
Binary file not shown.

0 commit comments

Comments
 (0)