diff --git a/makefile.shade b/makefile.shade index 4a6c2f299e..84b5ff3c02 100644 --- a/makefile.shade +++ b/makefile.shade @@ -15,3 +15,6 @@ k-standard-goals } dotnet command='restore ${directoriesToRestore} ${E("KOREBUILD_DOTNET_RESTORE_OPTIONS")}' workingDir='${Directory.GetCurrentDirectory()}' if='!NoRestore' - Directory.CreateDirectory(Path.Combine(Directory.GetCurrentDirectory(), "artifacts", "build")); + +#xunit-test + - // Temporarily no-op until we have a resolution for https://github.com/aspnet/MvcPrecompilation/issues/48 \ No newline at end of file