fb61e69a79
- 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>
13 lines
172 B
JSON
13 lines
172 B
JSON
{
|
|
"compilationOptions": {
|
|
"emitEntryPoint": true
|
|
},
|
|
|
|
"dependencies": {
|
|
"WiX.Toolset.2015": "3.10.0.1503"
|
|
},
|
|
|
|
"frameworks": {
|
|
"dnxcore50": { }
|
|
}
|
|
}
|