From eebf535d6b893606111dd96d2a32b2765b257d54 Mon Sep 17 00:00:00 2001 From: StianA Date: Wed, 21 Aug 2024 13:24:11 +0200 Subject: [PATCH] ny DTE --- scripts/build.ps1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/build.ps1 b/scripts/build.ps1 index 9510cb5..8415da4 100644 --- a/scripts/build.ps1 +++ b/scripts/build.ps1 @@ -8,7 +8,6 @@ $bootPath = "$projectPath\DevOps-test1\_Boot" . "$workingdirectory\scripts\MessageFilter.ps1" - # register MessageFiler to handle COM object messages AddMessageFilterClass [EnvDTEUtils.MessageFilter]::Register() @@ -27,7 +26,7 @@ if (Test-Path -Path $bootPath) { log "Start TcXaeShell,... " # $dte = new-object -com TcXaeShell.DTE.15.0 -$dte = new-object -com TcXaeShell.DTE.16.0 +$dte = new-object -com VisualStudio.DTE.16.0 $dte.SuppressUI = $false $dte.MainWindow.Visible = $true