File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 34
34
35
35
- name : " Build AutonomySim"
36
36
shell : pwsh
37
- run : ./scripts/build.ps1 -BuildMode "Release"
37
+ run : ./scripts/build.ps1 -BuildMode "Release" -Deploy
Original file line number Diff line number Diff line change @@ -62,10 +62,10 @@ function Set-VsInstance {
62
62
ForEach-Object { $i = 0 ; $i ++ ; $_ | Add-Member - NotePropertyName " #" - NotePropertyValue $i - PassThru }
63
63
Write-Output " The following Visual Studio installations were found:"
64
64
$Configs | Format-Table - Property $DisplayProperties | Out-String | ForEach-Object { Write-Output $_ }
65
- if ($Automate -ne $true ) {
66
- $Selected = Read-Host " Enter the '#' of the Visual Studio installation to use. Press <Enter> to quit: "
67
- } else {
65
+ if ($Automate -eq $true ) {
68
66
$Selected = 1
67
+ } else {
68
+ $Selected = Read-Host " Enter the '#' of the Visual Studio installation to use. Press <Enter> to quit: "
69
69
}
70
70
if (-not $Selected ) {
71
71
Write-Output " No Visual Studio installation selected. Exiting program."
You can’t perform that action at this time.
0 commit comments