From 31dbd88e64b0c0697a16d087a8dd161370a19b31 Mon Sep 17 00:00:00 2001 From: Adam Driscoll Date: Fri, 3 Jan 2025 12:16:17 -0600 Subject: [PATCH] Remove IMS Host build. --- .github/workflows/vscode.ci.yml | 7 ------- .github/workflows/vscode.production.yml | 9 +-------- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/.github/workflows/vscode.ci.yml b/.github/workflows/vscode.ci.yml index 9dc6be4..a5ed2a4 100644 --- a/.github/workflows/vscode.ci.yml +++ b/.github/workflows/vscode.ci.yml @@ -43,13 +43,6 @@ jobs: dotnet restore PowerShellTools.sln nuget restore PowerShellTools.sln - - name: Build Ironman Host - shell: pwsh - run: | - Push-Location IronmanPowerShellHost - dotnet publish -f net472 -c Release .\IronmanPowerShellHost.csproj - Pop-Location - - name: Build Windows Form Designer shell: pwsh run: | diff --git a/.github/workflows/vscode.production.yml b/.github/workflows/vscode.production.yml index e2c985b..e4403da 100644 --- a/.github/workflows/vscode.production.yml +++ b/.github/workflows/vscode.production.yml @@ -38,14 +38,7 @@ jobs: dotnet restore PowerShellTools.sln nuget restore PowerShellTools.sln - - name: Build Ironman Host - shell: pwsh - run: | - Push-Location IronmanPowerShellHost - dotnet publish -f net472 -c Release .\IronmanPowerShellHost.csproj - Pop-Location - - - name: Build PSScriptPad + - name: Build Windows Form Designer shell: pwsh run: | msbuild PowerShellTools.sln -t:rebuild -p:Configuration=Release -p:Platform=x64