We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 14dfdda + 64caebe commit 7e4b75cCopy full SHA for 7e4b75c
build/pipelines/templates-v2/job-build-project.yml
@@ -133,11 +133,11 @@ jobs:
133
$SignFragments += "wpfdotnet"
134
}
135
If ([bool]::Parse("${{ parameters.buildWPF }}")) {
136
- $BuildTargets += "Terminal\Control\Microsoft_Terminal_Control"
+ $BuildTargets += "Terminal\Control\TerminalControl"
137
$SignFragments += "wpf"
138
139
If ([bool]::Parse("${{ parameters.buildConPTY }}")) {
140
- $BuildTargets += "Conhost\Host_EXE;Conhost\winconpty_DLL"
+ $BuildTargets += "Conhost\Host_EXE;Conhost\winconptydll"
141
$SignFragments += "conpty"
142
143
Write-Host "Targets: $($BuildTargets -Join ";")"
0 commit comments