Installer: Bundle and ship source code together with binaries
Test / Run tests (push) Successful in 3m14s
Test / Run tests (push) Successful in 3m14s
This commit is contained in:
@@ -34,7 +34,11 @@
|
||||
<DefineConstants>ProductVersion=$(ElwigFileVersion);BuildPath=..\Elwig\bin\Publish;ElwigProjectDir=..\Elwig</DefineConstants>
|
||||
</PropertyGroup>
|
||||
</Target>
|
||||
<Target Name="CreateSourceArchive" BeforeTargets="BeforeBuild">
|
||||
<Exec Command="git -C .. archive -o $(ProjectDir)\Files\elwig.zip HEAD" />
|
||||
</Target>
|
||||
<ItemGroup>
|
||||
<None Include="Files\config.ini" />
|
||||
<None Include="Files\README.txt" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user