File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 310310 <MSBuild Projects =" @(LocalBuildTasks)" Targets =" Build" Properties =" Configuration=$(Configuration);Platform=Any CPU" />
311311 </Target >
312312
313- <Target Name =" BuildInstaller" Condition =" '$(Scope)' == 'All' or '$(Scope)' == 'Latest'" >
313+ <Target Name =" BuildInstaller" Condition =" '$(Scope)' == 'All' or '$(Scope)' == 'Latest' or '$(Scope)' == 'Netcore' " >
314314 <Exec Command =" $(PowerShellCommandPrefix) " . Register-PSRepository -Name MSIcreationrepository -SourceLocation $(PackageDirectory) -InstallationPolicy Trusted " " />
315315 <Exec Command =" $(PowerShellCommandPrefix) " . $(LibraryRoot)\setup\generate.ps1 -repository MSIcreationrepository " " />
316316 <Exec Command =" $(PowerShellCommandPrefix) " . Unregister-PSRepository -Name MSIcreationrepository " " />
You can’t perform that action at this time.
0 commit comments