Update `build.cmd` to match latest template

- aspnet/Universe#347
- `%KOREBUILD_VERSION%` doesn't work without this fix
This commit is contained in:
Doug Bunting 2016-02-24 13:05:45 -08:00
parent 46f6fa85d5
commit b3bc995d31
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
SETLOCAL
SET REPO_FOLDER=%~dp0
CD %REPO_FOLDER%
CD "%REPO_FOLDER%"
SET BUILD_FOLDER=.build
SET KOREBUILD_FOLDER=%BUILD_FOLDER%\KoreBuild-dotnet