Skip to content

Commit 896182e

Browse files
mitchdennyMitch DennyCopiloteerhardt
authored
[release/13.2] Stabilize Aspire.Hosting.Docker package (#15377)
* Stabilize Aspire.Hosting.Docker package Remove SuppressFinalPackageVersion to make the package ship as a stable release. Add DisablePackageBaselineValidation since this is the first stable version and there is no prior baseline to validate against. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Fix tests for stable version --------- Co-authored-by: Mitch Denny <mitch@mitchdeny.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Eric Erhardt <eric.erhardt@microsoft.com>
1 parent 76b5976 commit 896182e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Aspire.Hosting.Docker/Aspire.Hosting.Docker.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>$(DefaultTargetFramework)</TargetFramework>
55
<IsPackable>true</IsPackable>
6-
<SuppressFinalPackageVersion>true</SuppressFinalPackageVersion>
6+
<DisablePackageBaselineValidation>true</DisablePackageBaselineValidation>
77
<PackageTags>aspire hosting docker docker-compose</PackageTags>
88
<Description>Docker Compose publishing for Aspire.</Description>
99
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>

tests/Shared/RepoTesting/Directory.Packages.Helix.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<PackageVersion Include="Aspire.Hosting.Azure.Sql" Version="13.2.0" />
3636
<PackageVersion Include="Aspire.Hosting.Azure.Storage" Version="13.2.0" />
3737
<PackageVersion Include="Aspire.Hosting.Azure.WebPubSub" Version="13.2.0" />
38-
<PackageVersion Include="Aspire.Hosting.Docker" Version="$(PackageVersion)" />
38+
<PackageVersion Include="Aspire.Hosting.Docker" Version="13.2.0" />
3939
<PackageVersion Include="Aspire.Hosting.Garnet" Version="13.2.0" />
4040
<PackageVersion Include="Aspire.Hosting.Kafka" Version="13.2.0" />
4141
<PackageVersion Include="Aspire.Hosting.Keycloak" Version="$(PackageVersion)" />

0 commit comments

Comments
 (0)