Add default config

This commit is contained in:
bao-qian
2017-03-14 20:24:09 +00:00
parent ca3cd36887
commit 6945eb548f

View File

@@ -1,5 +1,8 @@
param([string]$config, [string]$solution)
Write-Host "Current config is $config"
param(
[string]$config = "Release",
[string]$solution
)
Write-Host "Config: $config"
function Build-Version {
if ([string]::IsNullOrEmpty($env:APPVEYOR_BUILD_VERSION)) {