Bringing clone folder to top of the file for easy id
This commit is contained in:
Родитель
61aa75decb
Коммит
786c8c035a
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче