Skip to content

Commit

Permalink
Set DotNetFinalVersionKind to release (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlossanlop authored Nov 11, 2024
1 parent 094adba commit 3f9e53c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions eng/Versions.props
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
<Project>

<PropertyGroup>
<PreReleaseVersionLabel>rtm</PreReleaseVersionLabel>
<PreReleaseVersionIteration></PreReleaseVersionIteration>
<!-- Enables removing prerelease labels. -->
<DotNetFinalVersionKind>release</DotNetFinalVersionKind>
<!-- Opt-out repo features -->
<UseVSTestRunner>true</UseVSTestRunner>
<UsingToolXliff>false</UsingToolXliff>
</PropertyGroup>

<PropertyGroup>
<!-- Arcade dependencies -->
<MicrosoftDotNetRemoteExecutorVersion>8.0.0-beta.24525.2</MicrosoftDotNetRemoteExecutorVersion>
<MicrosoftDotNetXUnitExtensionsVersion>8.0.0-beta.24525.2</MicrosoftDotNetXUnitExtensionsVersion>
<MicrosoftDotNetBuildTasksTargetFrameworkVersion>8.0.0-beta.24525.2</MicrosoftDotNetBuildTasksTargetFrameworkVersion>
</PropertyGroup>

</Project>

0 comments on commit 3f9e53c

Please sign in to comment.