Skip to content

Commit

Permalink
Fix AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
kabili207 committed Jan 8, 2019
1 parent 319962d commit c4e8eae
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 2.1.{build}
version: 2.3.{build}
configuration: Debug

image: Visual Studio 2017
Expand Down Expand Up @@ -28,11 +28,11 @@ after_test:
- ps: >-
If ($env:APPVEYOR_REPO_TAG -eq "true") {
echo "Building API documentation";
git config --global credential.helper store
Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:github_token):[email protected]`n"
git config --global user.email "$($env:github_email)"
git config --global user.name "Amy Nagle"
git config --global core.safecrlf false
git config --global credential.helper store;
Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:github_token):[email protected]`n";
git config --global user.email "$($env:github_email)";
git config --global user.name "Amy Nagle";
git config --global core.safecrlf false;
git clone -q -b gh-pages --single-branch https://github.com/kabili207/zora-sharp.git doc;
$env:SHFBROOT = "$($env:APPVEYOR_BUILD_FOLDER)\EWSoftware.SHFB\Tools\";
nuget install EWSoftware.SHFB -ExcludeVersion;
Expand Down

0 comments on commit c4e8eae

Please sign in to comment.