Skip to content

Commit

Permalink
fix typo in appveyor.yml, again...
Browse files Browse the repository at this point in the history
  • Loading branch information
fszlin committed Jul 20, 2017
1 parent 1de6505 commit 1a1a748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ init:
- ps: $env:CERTES_ASSEMBLY_INFO_VERSION = if ($env:APPVEYOR_REPO_BRANCH -eq "release") { $env:CERTES_ASSEMBLY_VERSION } else { $env:CERTES_ASSEMBLY_VERSION + '-' + $env:APPVEYOR_REPO_BRANCH + '-' + $verParts[3] }
- ps: $env:CERTES_PACKAGE_VERSION = $env:CERTES_ASSEMBLY_INFO_VERSION

install:
install:

before_build:
- ps: New-Item build -Type directory -Force | Out-Null
Expand Down

0 comments on commit 1a1a748

Please sign in to comment.