Stamp version & git hash on assembly

This commit is contained in:
Asad Ateeque 2018-04-10 14:51:42 +01:00
Родитель 5c11cfb862
Коммит b4825ba548
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -6,6 +6,10 @@ install:
- ps: $env:build_version = (Select-Xml -Path ".\package.props" -XPath "/Project/PropertyGroup/Version" | Select-Object -ExpandProperty Node).InnerText
- ps: Update-AppveyorBuild -Version "$env:build_version.$env:APPVEYOR_BUILD_NUMBER"
assembly_info:
patch: true
assembly_informational_version: "{version} $(GIT_HASH)"
dotnet_csproj:
patch: false