Bringing clone folder to top of the file for easy id

This commit is contained in:
dcuomo 2019-05-28 19:08:13 -07:00
Родитель 61aa75decb
Коммит 786c8c035a
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -4,6 +4,9 @@
# AppVeyor Build Pipeline : https://www.appveyor.com/docs/build-configuration/
# GitHub push with tokens : https://www.appveyor.com/docs/how-to/git-push/
# Repo cloned into this folder on the build worker
clone_folder: c:\projects\VMNetworkAdapter
init:
- ps: $Env:repoName = $($env:APPVEYOR_REPO_NAME.Split('/')[1])
@ -21,9 +24,6 @@ deploy_script:
version: 0.0.0.{build}
# Repo cloned into this folder on the build worker
clone_folder: c:\projects\MSFTNetworking.Tools
# Environment variables for PowerShell Gallery (NuGetAPIKey) and GitHub (GitHubKey) API key for publishing updates
# - The "secure:" value is the Appveyor encryption of the key
# - GitHub update occurs to ensure that the module version is incremented based on the build number