File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 5252 <WarnOnPackingNonPackableProject >false</WarnOnPackingNonPackableProject >
5353 </PropertyGroup >
5454 <PropertyGroup Condition =" '$(GITHUB_ACTIONS)' != '' " >
55- <VersionSuffix Condition =" '$(VersionSuffix)' == '' AND '$(GITHUB_HEAD_REF)' == '' " >preview</VersionSuffix >
55+ <VersionSuffix Condition =" '$(VersionSuffix)' == '' AND '$(GITHUB_HEAD_REF)' == '' " >preview.$(GITHUB_RUN_NUMBER) </VersionSuffix >
5656 <VersionSuffix Condition =" '$(VersionSuffix)' == '' AND '$(GITHUB_HEAD_REF)' != '' " >pr.$(GITHUB_REF_NAME.Replace('/merge', '')).$(GITHUB_RUN_NUMBER)</VersionSuffix >
5757 <VersionSuffix Condition =" '$(GITHUB_EVENT_NAME)' == 'workflow_dispatch' AND '$(GITHUB_REF_PROTECTED)' == 'true' " ></VersionSuffix >
5858 <FileVersion Condition =" '$(GITHUB_RUN_NUMBER)' != '' " >$(VersionPrefix).$(GITHUB_RUN_NUMBER)</FileVersion >
You can’t perform that action at this time.
0 commit comments