Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Traderain authored Jul 2, 2018
1 parent d1682ba commit 7ab63aa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ clone_script:
- cmd: git clone -q --recursive --branch=%APPVEYOR_REPO_BRANCH% https://github.com/%APPVEYOR_REPO_NAME%.git %APPVEYOR_BUILD_FOLDER%
- cmd: git checkout -qf %APPVEYOR_REPO_COMMIT%

install:
- echo ------------------ STARTING WOLVENKIT BUILD ------------------

assembly_info:
patch: true
file: AssemblyInfo.*
assembly_version: "0.2.{build}"
assembly_file_version: "{version}"
assembly_informational_version: "{version}"

# Update to the most recent VS.
image: Visual Studio 2017

Expand Down

0 comments on commit 7ab63aa

Please sign in to comment.