Skip to content

Instantly share code, notes, and snippets.

@anotherlab
Created December 5, 2013 17:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anotherlab/4d08fcd3a8127d717f68 to your computer and use it in GitHub Desktop.
Save anotherlab/4d08fcd3a8127d717f68 to your computer and use it in GitHub Desktop.
rd /s /q $(ProjectDir)files
robocopy $(ProjectDir)..\AdminConsole\bin\$(ConfigurationName) $(ProjectDir)files\adminconsole *.* /s /XF *.pdb *vshost* *.xml
robocopy $(ProjectDir)..\webapi $(ProjectDir)\files *.* /s /XF *.pdb *vshost* *.xml *.cs *.user *.vspscc web.debug.config web.release.config *.layout *.csproj /XD obj properties
"$(SolutionDir)ctt.exe" s:$(ProjectDir)..\webapi\web.config t:$(ProjectDir)..\webapi\web.release.config d:$(ProjectDir)files\web.config pw v
"$(WIX)bin\heat" dir $(ProjectDir)files -cg AdminFilesGroup -gg -scom -sfrag -srd -dr INSTALLLOCATION -out $(ProjectDir)adminfiles.wxs -var var.AdminSource
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment