Skip to content

Commit e53e623

Browse files
authored
[Hotfix] Add missing resource (#8350)
Address #8344
1 parent 5bc92a4 commit e53e623

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/NuGetGallery.Core/NuGetGallery.Core.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,14 @@
3434
<Compile Remove="Services\CorePackageFileService.cs" />
3535
</ItemGroup>
3636

37+
<ItemGroup>
38+
<None Remove="Infrastructure\MigrateUserToOrganization.sql" />
39+
</ItemGroup>
40+
41+
<ItemGroup>
42+
<EmbeddedResource Include="Infrastructure\MigrateUserToOrganization.sql" />
43+
</ItemGroup>
44+
3745
<ItemGroup>
3846
<PackageReference Include="NuGet.Packaging">
3947
<Version>5.8.0</Version>

0 commit comments

Comments
 (0)