Skip to content

Commit

Permalink
Treat rtm as stable workload band (#940)
Browse files Browse the repository at this point in the history
  • Loading branch information
lewing committed Sep 20, 2024
1 parent af902c1 commit 8e660ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 4 additions & 0 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,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="9.0.100" SupportsMachineArch="true" />
</ItemGroup>
Expand Down
5 changes: 0 additions & 5 deletions eng/nuget/Microsoft.NET.Runtime.Emscripten.Common.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@
<SkipIndexCheck>true</SkipIndexCheck>
</PropertyGroup>

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

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

0 comments on commit 8e660ff

Please sign in to comment.