Skip to content

Commit 5338814

Browse files
authored
Update Build.props
1 parent 1cf00be commit 5338814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@
286286
</ItemGroup>
287287

288288
<ItemGroup>
289-
<ProjectToBuild Condition=" '$(BuildInstallers)' == 'true'" Include="@(InstallerProject)" Exclude="@(ProjectToExclude)" BuildStep="installer" />
289+
<ProjectToBuild Condition=" '$(BuildInstallers)' == 'true'" Include="@(InstallerProject)" BuildStep="installer" />
290290
</ItemGroup>
291291
</Otherwise>
292292
</Choose>

0 commit comments

Comments
 (0)