From ec15a9104e5084bececc971a13fd8f956abac76d Mon Sep 17 00:00:00 2001 From: Davis Goodin Date: Thu, 21 Oct 2021 12:40:35 -0500 Subject: [PATCH] Disable apphost build of 'csi', 'vbi' for source-build --- src/Interactive/csi/csi.csproj | 1 + src/Interactive/vbi/vbi.vbproj | 1 + 2 files changed, 2 insertions(+) diff --git a/src/Interactive/csi/csi.csproj b/src/Interactive/csi/csi.csproj index 3970bb4e9ea38..e96beb550d24b 100644 --- a/src/Interactive/csi/csi.csproj +++ b/src/Interactive/csi/csi.csproj @@ -6,6 +6,7 @@ Exe CSharpInteractive netcoreapp3.1;net472 + false diff --git a/src/Interactive/vbi/vbi.vbproj b/src/Interactive/vbi/vbi.vbproj index 5bbdf7f03a798..5f732d7153419 100644 --- a/src/Interactive/vbi/vbi.vbproj +++ b/src/Interactive/vbi/vbi.vbproj @@ -6,6 +6,7 @@ Exe Sub Main netcoreapp3.1;net472 + false