Disable nano in PR CI (dotnet/corefx#38883)
authorStephen Toub <stoub@microsoft.com>
Tue, 25 Jun 2019 15:39:51 +0000 (11:39 -0400)
committerGitHub <noreply@github.com>
Tue, 25 Jun 2019 15:39:51 +0000 (11:39 -0400)
Commit migrated from https://github.com/dotnet/corefx/commit/16dd0366218f18065eb31e0f59bb0c0b63b62954

eng/pipelines/libraries/windows.yml

index 7a95630..f76c59d 100644 (file)
@@ -30,7 +30,7 @@ jobs:
               _BuildConfig: Debug
               _architecture: x64
               _framework: netcoreapp
-              _helixQueues: $(netcoreappWindowsQueues)+$(nanoQueues)
+              _helixQueues: $(netcoreappWindowsQueues) # Temporarily disable Nano for issue 38858: +$(nanoQueues)
 
             x86_Release:
               _BuildConfig: Release