appcenter-sdk-dotnet/scripts/start-new-version.sh

11 строки
246 B
Bash
Executable File

#!/bin/bash
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
# Note: Run this from within the root directory
version=$1
./build.sh "version.cake" --Target="StartNewVersion" --NewVersion="$version"