Skip to content

Instantly share code, notes, and snippets.

@geoffreymcgill
Created August 8, 2015 17:54
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 geoffreymcgill/d4963a38647c442c7a43 to your computer and use it in GitHub Desktop.
Save geoffreymcgill/d4963a38647c442c7a43 to your computer and use it in GitHub Desktop.
Sample deploy.bat file to use with Bridge.NET afterBuild config
SET _=%~dp0
SET dest="%_%..\..\..\MyWebApplication\resources\js"
IF EXIST %dest% xcopy "%_%..\output" %dest% /Y
:: See afterBuild setting at http://bridge.net/kb/global-configuration/
@simion98
Copy link

#@``

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment