Skip to content

Instantly share code, notes, and snippets.

View rdumont's full-sized avatar

Rodrigo Dumont rdumont

View GitHub Profile
#!/bin/sh
SOLUTION_FILE="src/Foo.sln"
MSBUILD_PATH="C:/Windows/Microsoft.NET/Framework64/v4.0.30319/MSBuild.exe"
NUGET_PATH="nuget"
NUGET_SOURCE="https://www.myget.org/F/myfeed/"
NUNIT_PATH="src/Packages/NUnit.Runners.2.6.3/tools/nunit-console.exe"
NUGET_PROJECTS=("src/Foo.Client/Foo.Client.csproj")