How can one deploy Windows Terminal from command line? #1244

Open
opened 2026-01-30 22:20:03 +00:00 by claunia · 0 comments
Owner

Originally created by @Tembocs on GitHub (May 21, 2019).

I've built successful from command line using the following command.
msbuild /p:Configuration=Release /p:Platform=x64 /p:PlatformToolset=v142 /p:TargetPlatformVersion=10.0.18362.0 /p:PreferredToolArchitecture=x64 OpenConsole.sln
I'm trying to find a possible solution for deploying from the command line. Is adding /p:DeployOnBuild=true enough? What other things need be done if necessary? Any guidance on what Deploy does, e.g. copying files to where, writing some environmental variables?

Originally created by @Tembocs on GitHub (May 21, 2019). I've built successful from command line using the following command. `msbuild /p:Configuration=Release /p:Platform=x64 /p:PlatformToolset=v142 /p:TargetPlatformVersion=10.0.18362.0 /p:PreferredToolArchitecture=x64 OpenConsole.sln` I'm trying to find a possible solution for deploying from the command line. Is adding `/p:DeployOnBuild=true` enough? What other things need be done if necessary? Any guidance on what Deploy does, e.g. copying files to where, writing some environmental variables?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#1244