Skip to content

Instantly share code, notes, and snippets.

@directhex
Created July 25, 2018 19:50
Show Gist options
  • Select an option

  • Save directhex/63b34cddb772936c14d828449c2ac496 to your computer and use it in GitHub Desktop.

Select an option

Save directhex/63b34cddb772936c14d828449c2ac496 to your computer and use it in GitHub Desktop.
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" x86
cd main
external\nuget-binary\nuget.exe restore -DisableParallelProcessing
msbuild /t:Restore /p:RestoreDisableParallel=true external\RefactoringEssentials\RefactoringEssentials\RefactoringEssentials.csproj
external\fsharpbinding\.paket\paket.bootstrapper.exe
cd external\fsharpbinding\
.paket\paket.exe restore
cd %WORKSPACE%\main
msbuild /p:Configuration=DebugWin32 /p:Platform="Any CPU" Main.sln
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment