Allow NuGet cache for non-CI builds

This commit is contained in:
piotrp 2016-01-04 23:50:28 -08:00
parent 7b59c580d0
commit b980f061d5
8 changed files with 31 additions and 15 deletions

View file

@ -3,8 +3,7 @@
# Licensed under the MIT license. See LICENSE file in the project root for full license information.
#
param([string]$Configuration = "Debug",
[switch]$Offline)
param([string]$Configuration = "Debug")
$ErrorActionPreference="Stop"