From fb428b2d618dc1d89b83a2651def8fdf2adcb86c Mon Sep 17 00:00:00 2001 From: Mike Griese Date: Tue, 25 Nov 2025 16:22:30 -0600 Subject: [PATCH] update wt.json for building SDK --- src/modules/cmdpal/.wt.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/modules/cmdpal/.wt.json b/src/modules/cmdpal/.wt.json index 230329e876..4488d6b025 100644 --- a/src/modules/cmdpal/.wt.json +++ b/src/modules/cmdpal/.wt.json @@ -26,6 +26,11 @@ "input": "pushd .\\ExtensionTemplate\\ ; git archive -o ..\\Microsoft.CmdPal.UI.ViewModels\\Assets\\template.zip HEAD -- .\\TemplateCmdPalExtension\\ ; popd", "name": "Update template project", "description": "zips up the ExtensionTemplate into our assets. Run this in the cmdpal/ directory." + }, + { + "input": " .\\extensionsdk\\nuget\\BuildSDKHelper.ps1 -VersionOfSDK 0.0.1", + "name": "Build SDK", + "description": "Builds the SDK nuget package with the specified version." } ] }