File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 138138 LocalFilename=" $(WixLibsDir)/vcredist_2012_x86.exe" /> <!-- VisualC++ 11 runtime -->
139139 <DownloadFileOnce Address =" http://download.microsoft.com/download/0/5/6/056dcda9-d667-4e27-8001-8a0c6971d6b1/vcredist_x86.exe"
140140 LocalFilename=" $(WixLibsDir)/vcredist_2013_x86.exe" /> <!-- VisualC++ 12 runtime -->
141+ <!-- Chorus merge module. Needed to make local installer builds work. This will not download anything on TeamCity, because this file will
142+ already have been imported from TC build dependencies. If developers ever need a new version, they can delete their old one. -->
143+ <DownloadFileOnce LocalFilename =" $(RootDir)\lib\Release\ChorusMergeModule.msm"
144+ Address=" https://build.palaso.org/guestAuth/repository/download/Chorus_Win32masterContinuous/.lastSuccessful/ChorusMergeModule.msm" />
141145 </Target >
142146
143147 <UsingTask TaskName =" DownloadFileOnce" TaskFactory =" CodeTaskFactory"
Original file line number Diff line number Diff line change 1+ *
You can’t perform that action at this time.
0 commit comments