File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Aspire.Hosting.Azure.WebPubSub Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 6
6
<PackageTags >aspire hosting azure webpubsub pubsub websocket</PackageTags >
7
7
<Description >Azure WebPubSub resource types for .NET Aspire.</Description >
8
8
<PackageIconFullPath >$(SharedDir)AzureWebPubSub_256x.png</PackageIconFullPath >
9
+ <!-- This library can't ship stable until Azure.Provisioning.WebPubSub ships stable. -->
10
+ <SuppressFinalPackageVersion >true</SuppressFinalPackageVersion >
9
11
<!-- Disable package validation as this package hasn't shipped yet. -->
10
12
<EnablePackageValidation >false</EnablePackageValidation >
11
13
</PropertyGroup >
Original file line number Diff line number Diff line change 5
5
<!-- Used by Aspire.Workload.Testing.targets -->
6
6
<Target Name =" GetPackageName" Returns =" @(PackageName)" >
7
7
<ItemGroup >
8
- <PackageName Include =" $(MSBuildProjectName)" Condition =" '$(IsPackable)' == 'true'" />
8
+ <PackageName Include =" $(MSBuildProjectName)" Condition =" '$(IsPackable)' == 'true'" WithPackageVersion = " $(PackageVersion) " />
9
9
</ItemGroup >
10
10
</Target >
11
11
</Project >
Original file line number Diff line number Diff line change 105
105
106
106
<ItemGroup >
107
107
<AllPackages Include =" $(ArtifactsShippingPackagesDir)*.nupkg" />
108
- <ExpectedPackagePaths Include =" $(ArtifactsShippingPackagesDir)%(ExpectedPackageNames.Identity).$(PackageVersion ).nupkg" />
108
+ <ExpectedPackagePaths Include =" $(ArtifactsShippingPackagesDir)%(ExpectedPackageNames.Identity).%(ExpectedPackageNames.WithPackageVersion ).nupkg" />
109
109
<MissingPackages Include =" @(ExpectedPackagePaths)" Condition =" !Exists(%(ExpectedPackagePaths.Identity))" />
110
110
111
111
<UnexpectedPackages Include =" @(AllPackages)" Exclude =" @(ExpectedPackagePaths)" />
You can’t perform that action at this time.
0 commit comments