Fix build batch (is it real? take11)

This commit is contained in:
Stephan
2016-07-20 17:11:34 +02:00
parent 4a98c63de1
commit a0f2d63451
2 changed files with 1 additions and 5 deletions

View File

@@ -38,7 +38,7 @@ build_script:
XCOPY "%SRC%\Umbraco.Tests\unit-test-log4net.CI.config" "%SRC%\Umbraco.Tests\unit-test-log4net.config" /Y
%MSBUILD% "%SLN%/src/Umbraco.Tests/Umbraco.Tests.csproj" /p:NugetPackagesDirectory=%PACKAGES%
%MSBUILD% "%SLN%/src/Umbraco.Tests/Umbraco.Tests.csproj" /consoleloggerparameters:Summary;ErrorsOnly;WarningsOnly /p:NugetPackagesDirectory=%PACKAGES%
build.bat -integration -release:%release% -comment:build%APPVEYOR_BUILD_NUMBER% -nugetfolder:%PACKAGES%

View File

@@ -86,10 +86,6 @@ ECHO.
ECHO Building Umbraco %VERSION%
ECHO.
ECHO INTEGRATION=%INTEGRATION%
ECHO nuGetPackages=%nuGetFolder%
GOTO :eof
SET MSBUILD="C:\Program Files (x86)\MSBuild\14.0\Bin\MsBuild.exe"
SET PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH%