Skip to content

Commit

Permalink
Treat rtm as stable workload band (#940) (#941)
Browse files Browse the repository at this point in the history
  • Loading branch information
lewing committed Sep 20, 2024
1 parent affb182 commit 203121a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@
<PropertyGroup>
<SwixPackageVersion>1.1.87-gba258badda</SwixPackageVersion>
</PropertyGroup>
<PropertyGroup>
<WorkloadVersionSuffix Condition="'$(DotNetFinalVersionKind)' != 'release' and '$(PrereleaseVersionLabel)' != 'rtm'">-$(PreReleaseVersionLabel).$(PreReleaseVersionIteration)</WorkloadVersionSuffix>
<WorkloadVersionSuffix>$(WorkloadVersionSuffix.TrimEnd('.'))</WorkloadVersionSuffix>
</PropertyGroup>
<ItemGroup>
<WorkloadSdkBandVersions Include="10.0.100" SupportsMachineArch="true" />
</ItemGroup>
Expand Down
4 changes: 0 additions & 4 deletions eng/nuget/Microsoft.NET.Runtime.Emscripten.Common.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@
<SkipIndexCheck>true</SkipIndexCheck>
</PropertyGroup>

<PropertyGroup>
<WorkloadVersionSuffix Condition="'$(DotNetFinalVersionKind)' != 'release'">-$(PreReleaseVersionLabel).$(PreReleaseVersionIteration)</WorkloadVersionSuffix>
</PropertyGroup>

<ItemGroup>
<PackageIndex Include="$(PackageIndexFile)" />
</ItemGroup>
Expand Down

0 comments on commit 203121a

Please sign in to comment.