We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d08484b + 8b950fa commit ba439fcCopy full SHA for ba439fc
eng/Versions.props
@@ -6,7 +6,8 @@
6
<MinorVersion>0</MinorVersion>
7
<!-- To produce shipping versions in non-official builds, instead of default fixed dummy version number (42.42.42.42). -->
8
<DotNetUseShippingVersions>true</DotNetUseShippingVersions>
9
- <PreReleaseVersionLabel>preview1</PreReleaseVersionLabel>
+ <PreReleaseVersionLabel>preview</PreReleaseVersionLabel>
10
+ <PreReleaseVersionIteration>1</PreReleaseVersionIteration>
11
<!-- Use the compiler in the CLI instead of in the sdk, since the sdk one doesn't work with netcoreapp3.0 yet -->
12
<!--[todo:arcade] Current compiler is failing to build our generated testproperties code in Infrastructure.Common.csproj-->
13
<UsingToolMicrosoftNetCompilers>false</UsingToolMicrosoftNetCompilers>
0 commit comments