We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b6d1a3 commit accfd57Copy full SHA for accfd57
eng/scripts/CodeCheck.ps1
@@ -48,10 +48,10 @@ try {
48
if ($ci) {
49
# Install dotnet.exe
50
if ($DotNetRuntimeSourceFeed -or $DotNetRuntimeSourceFeedKey) {
51
- & $repoRoot/restore.cmd -ci -noBuildNodeJS -DotNetRuntimeSourceFeed $DotNetRuntimeSourceFeed -DotNetRuntimeSourceFeedKey $DotNetRuntimeSourceFeedKey
+ & $repoRoot/restore.cmd -ci -nobl -noBuildNodeJS -DotNetRuntimeSourceFeed $DotNetRuntimeSourceFeed -DotNetRuntimeSourceFeedKey $DotNetRuntimeSourceFeedKey
52
}
53
else{
54
- & $repoRoot/restore.cmd -ci -noBuildNodeJS
+ & $repoRoot/restore.cmd -ci -nobl -noBuildNodeJS
55
56
57
0 commit comments