mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
Add default config
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user