Skip to content

Commit

Permalink
Setting v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bchavez committed Sep 20, 2015
1 parent 9926a21 commit 985b48a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
22 changes: 8 additions & 14 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.4.0.{build}
version: 1.4.2.{build}
init:
- ps: |
If ($Env:APPVEYOR_REPO_TAG_NAME -match "-"){
Expand All @@ -24,7 +24,11 @@ before_build:
# ###################
$versionInfo = @'
// This is the main version file.
// If you are building locally, you can modify these values.
// If you are building though appveyor (or GitHub releases),
// change the version in appveyor.yml. The CI build process
// will overwrite these values.
#pragma once
#define VERSION_MAJOR >major
Expand Down Expand Up @@ -80,28 +84,18 @@ after_build:
artifacts:
- path: BugTrap.zip
name: Zip
# - path: __package\*.nupkg
# name: NuGet


nuget:
disable_publish_on_pr: true

deploy:
- provider: GitHub
release: 'Release $(appveyor_build_version)'
description: $(APPVEYOR_REPO_COMMIT_MESSAGE)
prerelease: $(IsPreRelease)
artifact: Zip, NuGet
artifact: Zip
auth_token:
secure: cyivrWQwrZNAb6UCNXlIQlGfVSnKIC6TatUOIP95CQgMeKGnmBSqBgAFv2TsRZhR
on:
branch: master
appveyor_repo_tag: true

- provider: NuGet
api_key:
secure: 1nPS2ttf+N4+FUhd+GZycrL7YzSWQpZjnGOMCb5+pGJXSdx0IFvVF8xhTGna7B9t
artifact: NuGet
on:
branch: master
appveyor_repo_tag: true
Binary file modified source/VersionInfo.h
Binary file not shown.

0 comments on commit 985b48a

Please sign in to comment.