Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPranav K <prkrishn@hotmail.com>2016-02-29 21:19:10 +0300
committerPranav K <prkrishn@hotmail.com>2016-02-29 21:19:10 +0300
commit2405a2f2f4f508750e09daf4b3a1307bbdc1974f (patch)
tree598bda15c855f9ac5d76c1e4d0f748161a70883d /build.cmd
parent3f6bc6d750eca057249c64b3e2629f2d5ef4c29e (diff)
Publish packages to CI_VOLATILE_SHARE at the end of the build
Diffstat (limited to 'build.cmd')
-rw-r--r--build.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.cmd b/build.cmd
index b0a0813c15..1fdea7294f 100644
--- a/build.cmd
+++ b/build.cmd
@@ -20,4 +20,4 @@ IF EXIST packages\Sake goto run
.nuget\NuGet.exe install Sake -ExcludeVersion -Out packages
:run
-packages\Sake\tools\Sake.exe -I build -f makefile.shade %*
+packages\Sake\tools\Sake.exe -I KoreBuild-dotnet\build -f makefile.shade %*