File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 39
39
<IS_PREVIEW Condition =" '$(IS_PREVIEW)'=='' AND '$(APPVEYOR_PULL_REQUEST_NUMBER)'!=''" >true</IS_PREVIEW >
40
40
<IS_PREVIEW Condition =" '$(IS_PREVIEW)' == '' " >false</IS_PREVIEW >
41
41
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
+
42
45
</PropertyGroup >
43
46
44
47
<!-- Versioning -->
45
48
<PropertyGroup >
49
+ <EASE_RELEASE Condition =" '$(EASE_RELEASE)' == '' AND '$(IS_TAGGED)' AND '$(APPVEYOR_REPO_TAG_NAME)' != '' " >$(APPVEYOR_REPO_TAG_NAME)</EASE_RELEASE >
46
50
47
51
<Version Condition =" '$(EASE_RELEASE)' != '' " >$(EASE_RELEASE)</Version >
48
52
<!-- Update this version when incrementing Library Versions -->
You can’t perform that action at this time.
0 commit comments