Skip to content

Commit

Permalink
Update build
Browse files Browse the repository at this point in the history
  • Loading branch information
Traderain committed Jun 26, 2019
1 parent 5e4181a commit b1b71bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ skip_commits:
- README.md

init:
- ps: '$env:WK_BUILD_TIME = "[UTC+2]: " + $(Get-Date).ToLongDateString() + " " + $((Get-Date).ToUniversalTime().AddHours(+2).ToLongTimeString())'
- ps: $env:WK_VERSION = "$(Get-Date -format yyyy.MM.dd)-$env:APPVEYOR_REPO_COMMIT"
- ps: '$env:VW_BUILD_TIME = "[UTC+2]: " + $(Get-Date).ToLongDateString() + " " + $((Get-Date).ToUniversalTime().AddHours(+2).ToLongTimeString())'
- ps: $env:VW_VERSION = "$(Get-Date -format yyyy.MM.dd)-$env:APPVEYOR_REPO_COMMIT"
- ps: Update-AppveyorBuild -Version $env:VW_VERSION

clone_script:
Expand All @@ -18,7 +18,7 @@ image: Visual Studio 2017

build:
parallel: true
project: WolvenKit.sln
project: VolvoWrench.sln
verbosity: minimal

platform: Any CPU
Expand All @@ -38,7 +38,7 @@ after_build:
deploy:
release: VolvoWrench-v$(appveyor_build_version)
tag: Latest
description: This is a beta release so you may encounter bugs. Please report them. This build was generated on $(WK_BUILD_TIME)
description: This is a beta release so you may encounter bugs. Please report them. This build was generated on $(VW_BUILD_TIME)
provider: GitHub
auth_token:
secure: PVcjhc6iNEsA28A1clj8BTACho8kddrMQXuFtLoTnJo9wgaQ8erwBvwGd+tMFQT6
Expand Down

0 comments on commit b1b71bd

Please sign in to comment.