Unblock official build publish (dotnet/coreclr#26151)
authorAaron Robinson <arobins@microsoft.com>
Tue, 13 Aug 2019 21:06:59 +0000 (14:06 -0700)
committerGitHub <noreply@github.com>
Tue, 13 Aug 2019 21:06:59 +0000 (14:06 -0700)
* Address issue in Arcade for publishing artifact category.

* Create mechanism to indicate warnings should not be treated as errors.
  - This will be automatically reverted on the next Arcade insertion.

Commit migrated from https://github.com/dotnet/coreclr/commit/bf9f5a7444fdabaa37b1575b4b2455fda2ab5cb5

eng/pipelines/coreclr/internal.yml

index 245f26f..c6f3aae 100644 (file)
@@ -20,6 +20,11 @@ schedules:
     - master
   always: true
 
+# Remove this variable when fixed: https://github.com/dotnet/arcade/issues/3661
+variables:
+- name: _DotNetArtifactsCategory
+  value: .NETCore
+
 stages:
   - stage: build
     jobs: