We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ec6385 commit 28a27baCopy full SHA for 28a27ba
1 file changed
src/Directory.Build.props
@@ -112,7 +112,7 @@
112
after the fixed prefix. This allows dogfooding a branch build.
113
The suffix is sanitized and optionally turned into
114
-->
115
- <VersionPrefix>42.42.42</VersionPrefix>
+ <VersionPrefix Condition="$(VersionPrefix) == ''">42.42.42</VersionPrefix>
116
</PropertyGroup>
117
118
<PropertyGroup Label="Version" Condition="$(VersionLabel) != ''">
0 commit comments