From 31eed4cee21aa0bb8097f01f77d1e6fad429c781 Mon Sep 17 00:00:00 2001 From: Pierson Lee Date: Thu, 11 Oct 2018 12:28:32 -0700 Subject: [PATCH] Add missing interop 15 file to dev workflow (#2643) --- Extension/src/Support/copyDebuggerDependencies.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/Extension/src/Support/copyDebuggerDependencies.ts b/Extension/src/Support/copyDebuggerDependencies.ts index fe8d035698..588efca266 100644 --- a/Extension/src/Support/copyDebuggerDependencies.ts +++ b/Extension/src/Support/copyDebuggerDependencies.ts @@ -118,6 +118,7 @@ function copyBinaryDependencies(): void { copy(miEngineRoot, DebugAdapterBinPath, "Microsoft.MIDebugEngine.dll"); copy(miEngineRoot, DebugAdapterBinPath, "Microsoft.MIDebugEngine.dll.mdb"); copy(miEngineRoot, DebugAdapterBinPath, "osxlaunchhelper.scpt"); + copy(miEngineRoot, DebugAdapterBinPath, "Microsoft.VisualStudio.Debugger.Interop.15.0.dll"); copy(openDebugRoot, DebugAdapterBinPath, "Microsoft.VisualStudio.Debugger.Interop.10.0.dll"); copy(openDebugRoot, DebugAdapterBinPath, "Microsoft.VisualStudio.Debugger.Interop.11.0.dll");