[packaging] Add Windows hostfxr.dll to MSBuild in MSI
[mono.git] / packaging / Windows / mono-MDK-windows-x64
1 #!/bin/bash -xe
2 COMPONENTS="mono64 managed-components"
3 for i in ${COMPONENTS}
4         do defs/$i prerequisites
5 done
6 COMPONENTS="managed-components"
7 defs/mono64 download
8 defs/managed-components download "${mdk}"
9 COMPONENTS="mono64 managed-components"
10 for i in ${COMPONENTS}
11         do defs/$i clean
12         defs/$i build
13         defs/$i install "x64"
14 done
15 resources/build64.bat