From: Stephen Toub Date: Tue, 25 Jun 2019 15:39:51 +0000 (-0400) Subject: Disable nano in PR CI (dotnet/corefx#38883) X-Git-Tag: submit/tizen/20210909.063632~11031^2~1155 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6f534c9fc8ea109902d0243288370b998ec805ea;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Disable nano in PR CI (dotnet/corefx#38883) Commit migrated from https://github.com/dotnet/corefx/commit/16dd0366218f18065eb31e0f59bb0c0b63b62954 --- diff --git a/eng/pipelines/libraries/windows.yml b/eng/pipelines/libraries/windows.yml index 7a95630..f76c59d 100644 --- a/eng/pipelines/libraries/windows.yml +++ b/eng/pipelines/libraries/windows.yml @@ -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