Skip to content

Commit 39e6358

Browse files
authored
Add PackageTags to project file for schema versioning (#5301)
1 parent ba9f7d1 commit 39e6358

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Microsoft.Health.Fhir.SqlServer/Microsoft.Health.Fhir.SqlServer.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<PropertyGroup>
44
<LatestSchemaVersion>101</LatestSchemaVersion>
55
<GeneratedFullScriptPath>Features\Schema\Migrations\$(LatestSchemaVersion).sql</GeneratedFullScriptPath>
6+
<PackageTags>LatestSchemaVersion-$(LatestSchemaVersion)</PackageTags>
67
</PropertyGroup>
78

89
<ItemGroup>

0 commit comments

Comments
 (0)