mirror of
https://github.com/bitwarden/server
synced 2026-02-08 20:50:13 +00:00
feat: Add compiler conditional ServiceDefaults to included projects
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
<PropertyGroup Condition=" '$(RunConfiguration)' == 'Admin' " />
|
||||
<PropertyGroup Condition=" '$(RunConfiguration)' == 'Admin-SelfHost' " />
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\ServiceDefaults\ServiceDefaults.csproj" Condition="'$(Configuration)' == 'Debug'" />
|
||||
<ProjectReference Include="..\..\util\MySqlMigrations\MySqlMigrations.csproj" />
|
||||
<ProjectReference Include="..\..\util\PostgresMigrations\PostgresMigrations.csproj" />
|
||||
<ProjectReference Include="..\SharedWeb\SharedWeb.csproj" />
|
||||
|
||||
Reference in New Issue
Block a user