project context menu v1
This commit is contained in:
@@ -196,7 +196,7 @@
|
||||
{
|
||||
if (AppState.IdeSettings.OpenTerminalOnBuildRebuildRestore) SelectBottomPanel(BottomPanelType.Build);
|
||||
_cancellationTokenSource = new CancellationTokenSource();
|
||||
await BuildService.MsBuildSolutionAsync(_solutionFilePath!, buildType, _cancellationTokenSource.Token);
|
||||
await BuildService.MsBuildAsync(_solutionFilePath!, buildType, _cancellationTokenSource.Token);
|
||||
_cancellationTokenSource = null;
|
||||
}
|
||||
private async Task CancelBuild() => await _cancellationTokenSource!.CancelAsync();
|
||||
|
||||
Reference in New Issue
Block a user