Philipp Hörist pushed to branch master at gajim / gajim
Commits: 197f9107 by Philipp Hörist at 2016-12-10T11:35:22+01:00 Add time string to appveyor.yml - - - - - 1 changed file: - appveyor.yml Changes: ===================================== appveyor.yml ===================================== --- a/appveyor.yml +++ b/appveyor.yml @@ -41,7 +41,8 @@ install: - rename exe.win32-3.4 build - ps: '& "C:\Program Files (x86)\NSIS\makensis.exe" gajim.nsi' - - ps: Push-AppveyorArtifact Gajim.exe -FileName "Gajim-16.10.2-$($env:APPVEYOR_REPO_COMMIT).exe" + - ps: $env:TIME_STRING=(get-date).ToString(‘d-M-yyyy’) + - ps: Push-AppveyorArtifact Gajim.exe -FileName "Gajim-16.10.2-$($env:TIME_STRING).exe" build: off View it on GitLab: https://dev.gajim.org/gajim/gajim/commit/197f910757f8f16158a8c99862c0b5674c2da8f1
_______________________________________________ Commits mailing list [email protected] https://lists.gajim.org/cgi-bin/listinfo/commits
