Skip to content

Commit

Permalink
Fix appveyor for real
Browse files Browse the repository at this point in the history
  • Loading branch information
goaaats authored May 10, 2019
1 parent bf011d5 commit 4268ebb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ platform: Any CPU

cache:
- packages -> **\packages.config

install:
- git submodule update --init --recursive

before_build:
- ps: >-
Expand All @@ -23,8 +26,6 @@ before_build:
($env:APPVEYOR_REPO_COMMIT_TIMESTAMP) >> VERSION
git submodule update --init
- appveyor-retry nuget restore

build:
Expand Down

0 comments on commit 4268ebb

Please sign in to comment.