Skip to content

Latest commit

 

History

History

ILSpy.Installer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Building the Installer

It is mandatory to first publish(.ps1) the respective target platforms, then setup can be built, eg

msbuild ILSpy.Installer.sln /p:Configuration="Release" /p:Platform="Any CPU"
msbuild ILSpy.Installer.sln /p:Configuration="Release" /p:Platform="Any CPU" /p:DefineConstants="ARM64"