Skip to content

Commit

Permalink
Add some simple build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Wischenbart committed Jan 25, 2018
1 parent ddf1ffb commit f3f7813
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions build/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Just some quick and dirty build scripts (for windows)
2 changes: 2 additions & 0 deletions build/create-nugetpackage.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@echo off
nuget.exe pack ..\src\StreamDeckSharp\StreamDeckSharp.nuspec -OutputDirectory "..\src\StreamDeckSharp\bin\Release\Merged"
2 changes: 2 additions & 0 deletions build/repack-release.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@echo off
..\src\packages\ILRepack.2.0.13\tools\ILRepack.exe /out:"..\src\StreamDeckSharp\bin\Release\Merged\StreamDeckSharp.dll" /xmldocs /internalize "..\src\StreamDeckSharp\bin\Release\StreamDeckSharp.dll" "..\src\StreamDeckSharp\bin\Release\HidLibrary.dll"
6 changes: 3 additions & 3 deletions src/StreamDeckSharp/StreamDeckSharp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<tags>streamdeck elgato stream deck</tags>
</metadata>
<files>
<file src="bin\Release\StreamDeckSharp.xml" target="lib\net45\" />
<file src="bin\Release\StreamDeckSharp.dll" target="lib\net45\" />
<file src="bin\Release\StreamDeckSharp.pdb" target="lib\net45\" />
<file src="bin\Release\Merged\StreamDeckSharp.xml" target="lib\net45\" />
<file src="bin\Release\Merged\StreamDeckSharp.dll" target="lib\net45\" />
<file src="bin\Release\Merged\StreamDeckSharp.pdb" target="lib\net45\" />
</files>
</package>
Empty file.

0 comments on commit f3f7813

Please sign in to comment.