appcenter-sdk-dotnet/scripts/update-demo-version.ps1

12 строки
280 B
PowerShell

# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
# Note: Run this from within the root directory
[CmdletBinding()]
Param(
[string]$Version
)
.\build.ps1 -Script "version.cake" -Target "UpdateDemoVersion" -DemoVersion="$Version"