File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,15 +11,13 @@ artifacts:
1111- path : Installer\bin\Release\polutils.msi
1212 name : polutils.msi
1313before_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"
1717deploy :
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 :
You can’t perform that action at this time.
0 commit comments