dotnet-installer/packaging/windows/WiXTools/project.json
Sridhar Periyasamy fb61e69a79 First pass at building Windows MSI for the dotnet CLI repo.
- Use the heat tool to harvest the stage2 dir and create install-files.wxs
- dotnet.wxs contains the XML code which is constant across builds for an MSI.
- Use Candle and Light to generate the MSI from install-files.wxs and dotnet.wxs.

Default Install Location - %ProgramFiles%/dotnet.
Adds <InstallRoot>\bin %PATH%
Creates %DOTNET_HOME% pointing to <InstallRoot>
2015-11-17 00:39:46 -08:00

13 lines
172 B
JSON

{
"compilationOptions": {
"emitEntryPoint": true
},
"dependencies": {
"WiX.Toolset.2015": "3.10.0.1503"
},
"frameworks": {
"dnxcore50": { }
}
}