Skip to content

Commit

Permalink
More deployment configuration changes...
Browse files Browse the repository at this point in the history
hopefully the last.
  • Loading branch information
alphaONE2 committed Nov 8, 2016
1 parent b4d2d0c commit 4d0cecc
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,13 @@ artifacts:
- path: Installer\bin\Release\polutils.msi
name: polutils.msi
before_deploy:
- ps: >
$env:BUILD_VERSION_STRING = [System.Diagnostics.FileVersionInfo]::GetVersionInfo((Join-Path $env:APPVEYOR_BUILD_FOLDER
'POLUtils\bin\Release\POLUtils.exe')).FileVersion
- ps: |
$env:BUILD_VERSION_STRING = [System.Diagnostics.FileVersionInfo]::GetVersionInfo((Join-Path $env:APPVEYOR_BUILD_FOLDER 'POLUtils\bin\Release\POLUtils.exe')).FileVersion
$env:RELEASE_DESCRIPTION = "$env:APPVEYOR_REPO_COMMIT_MESSAGE`n$env:APPVEYOR_REPO_COMMIT_MESSAGE_EXTENDED"
deploy:
- provider: GitHub
tag: $(BUILD_VERSION_STRING)
description: |
$(APPVEYOR_REPO_COMMIT_MESSAGE)
$(APPVEYOR_REPO_COMMIT_MESSAGE_EXTENDED)
description: $(RELEASE_DESCRIPTION)
artifact: Installer\bin\Release\polutils.msi
force_update: true
auth_token:
Expand Down

0 comments on commit 4d0cecc

Please sign in to comment.