Browse Source

Fixed Doc tag copy

pull/13/head
Anairkoen Schno 5 years ago
parent
commit
46ea453109
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      appveyor.yml

+ 2
- 2
appveyor.yml View File

@ -11,7 +11,7 @@ install:
- ps: | - ps: |
if (-Not $env:APPVEYOR_PULL_REQUEST_TITLE) 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 choco install docfx -y
} }
image: Visual Studio 2017 image: Visual Studio 2017
@ -82,7 +82,7 @@ before_deploy:
$tagPath = "tags/$env:APPVEYOR_REPO_TAG_NAME" $tagPath = "tags/$env:APPVEYOR_REPO_TAG_NAME"
New-Item -ItemType directory -Path $tagPath 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 cd .. # fix working directory


Loading…
Cancel
Save