Skip to content

Commit 3a46451

Browse files
committed
winui: fix up a bug that was introduced in an earlier PR
Fix a bug that was introduced in an earlier PR to build the Core UI helper (WPF) for Windows. We don't need to specify the TFM or RID for these projects.
1 parent 65d2d88 commit 3a46451

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/windows/Installer.Windows/layout.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,7 @@ dotnet publish "$GCM_SRC" `
4848

4949
Write-Output "Publishing core UI helper..."
5050
dotnet publish "$GCM_UI_SRC" `
51-
--framework net472 `
5251
--configuration "$CONFIGURATION" `
53-
--runtime win-x86 `
5452
--output "$PAYLOAD"
5553

5654
Write-Output "Publishing Bitbucket UI helper..."

0 commit comments

Comments
 (0)