Temporarily disabling running tests in this repo
Workaround for https://github.com/aspnet/MvcPrecompilation/issues/48
This commit is contained in:
parent
98109e362d
commit
f9efbf8e78
|
|
@ -15,3 +15,6 @@ k-standard-goals
|
||||||
}
|
}
|
||||||
dotnet command='restore ${directoriesToRestore} ${E("KOREBUILD_DOTNET_RESTORE_OPTIONS")}' workingDir='${Directory.GetCurrentDirectory()}' if='!NoRestore'
|
dotnet command='restore ${directoriesToRestore} ${E("KOREBUILD_DOTNET_RESTORE_OPTIONS")}' workingDir='${Directory.GetCurrentDirectory()}' if='!NoRestore'
|
||||||
- Directory.CreateDirectory(Path.Combine(Directory.GetCurrentDirectory(), "artifacts", "build"));
|
- 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
|
||||||
Loading…
Reference in New Issue