Skip to content

Commit 0574504

Browse files
committed
!fixup! typos in last two commits
- `$(IsStableBuild)` is not always defined - remove extra angle bracket - match Arcade versions in Version.Details.xml with those elsewhere
1 parent 7a1cdc3 commit 0574504

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

eng/Version.Details.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -412,15 +412,15 @@
412412
<Uri>https://github.com/aspnet/Extensions</Uri>
413413
<Sha>73c259904d5db01bbeede15df2a72d1b94cb3306</Sha>
414414
</Dependency>
415-
<Dependency Name="Microsoft.DotNet.GenAPI" Version="1.0.0-beta.19456.10">
415+
<Dependency Name="Microsoft.DotNet.GenAPI" Version="1.0.0-beta.19458.2">
416416
<Uri>https://github.com/dotnet/arcade</Uri>
417417
<Sha>2d393243ba4a0c95c2c18aa266df6e0f43ffe22d</Sha>
418418
</Dependency>
419-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19456.10">
419+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19458.2">
420420
<Uri>https://github.com/dotnet/arcade</Uri>
421421
<Sha>2d393243ba4a0c95c2c18aa266df6e0f43ffe22d</Sha>
422422
</Dependency>
423-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.19456.10">
423+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.19458.2">
424424
<Uri>https://github.com/dotnet/arcade</Uri>
425425
<Sha>2d393243ba4a0c95c2c18aa266df6e0f43ffe22d</Sha>
426426
</Dependency>

eng/Versions.props

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,10 @@
1010
<AspNetCoreMinorVersion>0</AspNetCoreMinorVersion>
1111
<AspNetCorePatchVersion>0</AspNetCorePatchVersion>
1212
<PreReleasePreviewNumber>2</PreReleasePreviewNumber>
13-
1413
<IncludePreReleaseLabelInPackageVersion>true</IncludePreReleaseLabelInPackageVersion>
15-
<IncludePreReleaseLabelInPackageVersion Condition="$(IsStableBuild)">false</IncludePreReleaseLabelInPackageVersion>
16-
<PreReleaseVersionLabel Condition="$(IncludePreReleaseLabelInPackageVersion)">>rc$(PreReleasePreviewNumber)</PreReleaseVersionLabel>
14+
<IncludePreReleaseLabelInPackageVersion Condition=" '$(IsStableBuild)' == 'true' ">false</IncludePreReleaseLabelInPackageVersion>
15+
<PreReleaseVersionLabel Condition="$(IncludePreReleaseLabelInPackageVersion)">rc$(PreReleasePreviewNumber)</PreReleaseVersionLabel>
1716
<PreReleaseBrandingLabel Condition="$(IncludePreReleaseLabelInPackageVersion)">Release Candidate $(PreReleasePreviewNumber)</PreReleaseBrandingLabel>
18-
1917
<!-- Blazor Client packages will not RTM with 3.0 -->
2018
<BlazorClientPreReleasePreviewNumber>9</BlazorClientPreReleasePreviewNumber>
2119
<BlazorClientPreReleaseVersionLabel>preview$(BlazorClientPreReleasePreviewNumber)</BlazorClientPreReleaseVersionLabel>

0 commit comments

Comments
 (0)