Browse Source

修改发布设置

master
xxred 7 years ago
parent
commit
4f9720550c
  1. 2
      appveyor.yml

2
appveyor.yml

@ -17,7 +17,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
# choco install nuget.commandline -y
}

Loading…
Cancel
Save