Make default Online
This commit is contained in:
parent
344d010610
commit
0bcc899ce3
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
param(
|
||||
[string]$Configuration="Debug",
|
||||
[string]$Offline=$false)
|
||||
[switch]$Offline)
|
||||
|
||||
. "$PSScriptRoot\_common.ps1"
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
|
||||
param([string]$Configuration = "Debug",
|
||||
[string]$Offline = $false)
|
||||
[switch]$Offline)
|
||||
|
||||
$ErrorActionPreference="Stop"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue