mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 12:18:50 +02:00
Add default config
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
param([string]$config, [string]$solution)
|
param(
|
||||||
Write-Host "Current config is $config"
|
[string]$config = "Release",
|
||||||
|
[string]$solution
|
||||||
|
)
|
||||||
|
Write-Host "Config: $config"
|
||||||
|
|
||||||
function Build-Version {
|
function Build-Version {
|
||||||
if ([string]::IsNullOrEmpty($env:APPVEYOR_BUILD_VERSION)) {
|
if ([string]::IsNullOrEmpty($env:APPVEYOR_BUILD_VERSION)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user