From 46ea453109f134dc98b83182ffd5e881474025bf Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Tue, 11 Jun 2019 19:13:06 -0500 Subject: [PATCH] Fixed Doc tag copy --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index b60e2383..c65fe7d7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,7 +11,7 @@ install: - ps: | if (-Not $env:APPVEYOR_PULL_REQUEST_TITLE) { - git checkout $env:APPVEYOR_REPO_BRANCH -q + #git checkout $env:APPVEYOR_REPO_BRANCH -q choco install docfx -y } image: Visual Studio 2017 @@ -82,7 +82,7 @@ before_deploy: $tagPath = "tags/$env:APPVEYOR_REPO_TAG_NAME" New-Item -ItemType directory -Path $tagPath - Copy-Item * $tagPath -Exclude ".git,tags" -Recurse + Copy-Item -Path * -Destination $tagPath -Exclude ".git,tags/*" -Recurse cd .. # fix working directory