提交 963ddf47 编写于 作者: S shgu

Added Newtonsoft.Json to exclusion list

上级 6c6fad35
......@@ -296,7 +296,8 @@ Public Class BuildDevDivInsertionFiles
packageName.StartsWith("Microsoft.Build") OrElse
packageName = "Microsoft.Composition" OrElse
packageName = "System.Net.Http" OrElse
packageName = "System.Diagnostics.DiagnosticSource" Then
packageName = "System.Diagnostics.DiagnosticSource" OrElse
packageName = "Newtonsoft.Json" Then
Continue For
End If
......
......@@ -171,7 +171,8 @@ IEnumerable<string> removeItemsNotNeededToDelpoy(List<string> relativeNames)
PathComparer.Equals("EnvDTE.dll", item) ||
PathComparer.Equals("Microsoft.Composition", item) ||
PathComparer.Equals("System.Threading.Tasks.Dataflow.dll", item) ||
PathComparer.Equals("System.Runtime.InteropServices.RuntimeInformation.dll", item))
PathComparer.Equals("System.Runtime.InteropServices.RuntimeInformation.dll", item) ||
PathComparer.Equals("Newtonsoft.Json", item))
{
continue;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册