Skip to content

Commit 4d0cecc

Browse files
committed
More deployment configuration changes...
hopefully the last.
1 parent b4d2d0c commit 4d0cecc

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

appveyor.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,13 @@ artifacts:
1111
- path: Installer\bin\Release\polutils.msi
1212
name: polutils.msi
1313
before_deploy:
14-
- ps: >
15-
$env:BUILD_VERSION_STRING = [System.Diagnostics.FileVersionInfo]::GetVersionInfo((Join-Path $env:APPVEYOR_BUILD_FOLDER
16-
'POLUtils\bin\Release\POLUtils.exe')).FileVersion
14+
- ps: |
15+
$env:BUILD_VERSION_STRING = [System.Diagnostics.FileVersionInfo]::GetVersionInfo((Join-Path $env:APPVEYOR_BUILD_FOLDER 'POLUtils\bin\Release\POLUtils.exe')).FileVersion
16+
$env:RELEASE_DESCRIPTION = "$env:APPVEYOR_REPO_COMMIT_MESSAGE`n$env:APPVEYOR_REPO_COMMIT_MESSAGE_EXTENDED"
1717
deploy:
1818
- provider: GitHub
1919
tag: $(BUILD_VERSION_STRING)
20-
description: |
21-
$(APPVEYOR_REPO_COMMIT_MESSAGE)
22-
$(APPVEYOR_REPO_COMMIT_MESSAGE_EXTENDED)
20+
description: $(RELEASE_DESCRIPTION)
2321
artifact: Installer\bin\Release\polutils.msi
2422
force_update: true
2523
auth_token:

0 commit comments

Comments
 (0)