Skip to content

Instantly share code, notes, and snippets.

@saramgsilva
Created October 26, 2014 14:25
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 saramgsilva/13a70f73f4b1fdfde9c7 to your computer and use it in GitHub Desktop.
Save saramgsilva/13a70f73f4b1fdfde9c7 to your computer and use it in GitHub Desktop.
bat for compile a snl in release mode
@echo off
cls
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\msbuild.exe "C:\DevApps\GitHub\Forks\XForms-Toolkit\src\Xamarin.Forms.Labs\Xamarin.Forms.Labs.sln" /p:configuration=release
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment