Search found 12 matches

by Nitro
Wed Jan 09, 2019 9:32 am
Forum: General
Topic: Seattle command line build
Replies: 14
Views: 26182

Re: Seattle command line build

Hello, has this treatment been integrated with the latest version of TwineCompile ?
by Nitro
Wed Jul 18, 2018 8:32 am
Forum: General
Topic: Seattle command line build
Replies: 14
Views: 26182

Re: Seattle command line build

Jon, We were able to solve the problem by creating our task, which contains the following code. I think this can help you solve the problem. public class GetBorlandDll : Microsoft.Build.Utilities.Task { public override bool Execute() { AppDomain.CurrentDomain.AssemblyResolve += (sender, e) => { if (...