Allow NuGet cache for non-CI builds
This commit is contained in:
parent
7b59c580d0
commit
b980f061d5
8 changed files with 31 additions and 15 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue