Skip to content

Commit 2d3e480

Browse files
committed
added tag build support
1 parent 60b090a commit 2d3e480

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Directory.Build.props

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,14 @@
3939
<IS_PREVIEW Condition="'$(IS_PREVIEW)'=='' AND '$(APPVEYOR_PULL_REQUEST_NUMBER)'!=''">true</IS_PREVIEW>
4040
<IS_PREVIEW Condition=" '$(IS_PREVIEW)' == '' ">false</IS_PREVIEW>
4141

42+
<IS_TAGGED Condition=" '$(IS_TAGGED)' != '' AND '$(APPVEYOR_REPO_TAG)' != '' ">$(APPVEYOR_REPO_TAG)</IS_TAGGED>
43+
<IS_TAGGED Condition=" '$(IS_TAGGED)' == '' ">false</IS_TAGGED>
44+
4245
</PropertyGroup>
4346

4447
<!-- Versioning -->
4548
<PropertyGroup>
49+
<EASE_RELEASE Condition=" '$(EASE_RELEASE)' == '' AND '$(IS_TAGGED)' AND '$(APPVEYOR_REPO_TAG_NAME)' != '' ">$(APPVEYOR_REPO_TAG_NAME)</EASE_RELEASE>
4650

4751
<Version Condition=" '$(EASE_RELEASE)' != '' ">$(EASE_RELEASE)</Version>
4852
<!-- Update this version when incrementing Library Versions -->

0 commit comments

Comments
 (0)