Skip to content

Commit

Permalink
Disable warnAsError from official builds to workaround cmake issue (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
safern authored Feb 6, 2020
1 parent 13b3c5b commit c120456
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions eng/pipelines/libraries/base-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ jobs:
# Windows variables
- ${{ if eq(parameters.osGroup, 'Windows_NT') }}:
- _runtimeOSArg: /p:RuntimeOS=win10
- ${{ if eq(parameters.isOfficialBuild, 'true') }}:
# Remove when: https://github.com/dotnet/runtime/issues/31888 is fixed.
- _warnAsErrorArg: -warnAsError:0

# Non-Windows variables
- ${{ if ne(parameters.osGroup, 'Windows_NT') }}:
Expand Down

0 comments on commit c120456

Please sign in to comment.