Skip to content

Instantly share code, notes, and snippets.

@PathriK
Last active January 5, 2017 02:53
Show Gist options
  • Save PathriK/ac922260d2714cd0bf9ba9cc946092f3 to your computer and use it in GitHub Desktop.
Save PathriK/ac922260d2714cd0bf9ba9cc946092f3 to your computer and use it in GitHub Desktop.
Appveyor Build Version from Maven pom.xml
$env:POM_VERSION = ([xml](Get-Content .\pom.xml)).project.version
Update-AppveyorBuild -Version "$env:POM_VERSION.$env:APPVEYOR_BUILD_NUMBER"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment