63a0159abe
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/dotnet3.1#11bc30a3d19a0c0adc112cd6c34a288c7dac64a2
22 lines
927 B
Diff
22 lines
927 B
Diff
From c82976fd5eb4cbcf67faaba62f0bc59634d30338 Mon Sep 17 00:00:00 2001
|
|
From: Chris Rummel <crummel@microsoft.com>
|
|
Date: Fri, 14 Aug 2020 15:34:07 -0500
|
|
Subject: [PATCH] Disable XLiff warning as error
|
|
|
|
---
|
|
repos/xliff-tasks.proj | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/repos/xliff-tasks.proj b/repos/xliff-tasks.proj
|
|
index da2ae79c5b..9b86754018 100644
|
|
--- a/repos/xliff-tasks.proj
|
|
+++ b/repos/xliff-tasks.proj
|
|
@@ -7,6 +7,7 @@
|
|
<BuildCommandArgs>$(BuildCommandArgs) /v:$(LogVerbosity)</BuildCommandArgs>
|
|
<BuildCommandArgs>$(BuildCommandArgs) /flp:Verbosity=Diag</BuildCommandArgs>
|
|
<BuildCommandArgs>$(BuildCommandArgs) /bl</BuildCommandArgs>
|
|
+ <BuildCommandArgs>$(BuildCommandArgs) /p:TreatWarningsAsErrors=false</BuildCommandArgs>
|
|
<BuildCommandArgs>$(BuildCommandArgs) $(RedirectRepoOutputToLog)</BuildCommandArgs>
|
|
|
|
<BuildCommand>$(DotnetToolCommand) $(BuildCommandArgs)</BuildCommand>
|