File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 </PropertyGroup >
77
88 <PropertyGroup >
9- <!-- If the environment variable is set (such as in a Github Action run), append the suffix to the version number -->
10- <RegorusPackageVersionSuffix Condition =" '$(VersionSuffix)' != ''" >-$(VersionSuffix)</RegorusPackageVersionSuffix >
119 <UsePackageReference Condition =" '$(UsePackageReference)' == ''" >false</UsePackageReference >
1210 </PropertyGroup >
1311
Original file line number Diff line number Diff line change 1010 </PropertyGroup >
1111
1212 <PropertyGroup >
13- <!-- If the environment variable is set (such as in a Github Action run), append the suffix to the version number -->
14- <RegorusPackageVersionSuffix Condition =" '$(VersionSuffix)' != ''" >-$(VersionSuffix)</RegorusPackageVersionSuffix >
1513 <UsePackageReference Condition =" '$(UsePackageReference)' == ''" >false</UsePackageReference >
1614 </PropertyGroup >
1715
Original file line number Diff line number Diff line change 99 </PropertyGroup >
1010
1111 <PropertyGroup >
12- <!-- If the environment variable is set (such as in a Github Action run), append the suffix to the version number -->
13- <RegorusPackageVersionSuffix Condition =" '$(VersionSuffix)' != ''" >-$(VersionSuffix)</RegorusPackageVersionSuffix >
1412 <UsePackageReference Condition =" '$(UsePackageReference)' == ''" >false</UsePackageReference >
1513 </PropertyGroup >
1614
Original file line number Diff line number Diff line change 1111 </PropertyGroup >
1212
1313 <PropertyGroup >
14- <!-- Allow CI to append the version suffix for locally built packages -->
15- <RegorusPackageVersionSuffix Condition =" '$(VersionSuffix)' != ''" >-$(VersionSuffix)</RegorusPackageVersionSuffix >
1614 <UsePackageReference Condition =" '$(UsePackageReference)' == ''" >false</UsePackageReference >
1715 </PropertyGroup >
1816
You can’t perform that action at this time.
0 commit comments