Skip to content

Commit 97e24c7

Browse files
committed
Update Directory.Build.props
1 parent 5332bbd commit 97e24c7

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

src/Directory.Build.props

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,24 @@
1414
<RepositoryType>git</RepositoryType>
1515
<RepositoryUrl>https://github.com/loresoft/AssemblyMetadata.Generators</RepositoryUrl>
1616
<PublishRepositoryUrl>true</PublishRepositoryUrl>
17-
<EmbedUntrackedSources>true</EmbedUntrackedSources>
17+
</PropertyGroup>
18+
19+
<PropertyGroup Label="Debug">
1820
<DebugType>embedded</DebugType>
21+
<EmbedUntrackedSources>true</EmbedUntrackedSources>
1922
</PropertyGroup>
2023

21-
<PropertyGroup>
22-
<Nullable>enable</Nullable>
24+
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
25+
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
26+
</PropertyGroup>
27+
28+
<PropertyGroup Label="Options">
29+
<DefaultLanguage>en-US</DefaultLanguage>
2330
<LangVersion>latest</LangVersion>
2431
<ImplicitUsings>enable</ImplicitUsings>
32+
<Nullable>enable</Nullable>
2533
<NoWarn>1591</NoWarn>
2634
</PropertyGroup>
27-
28-
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
29-
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
30-
</PropertyGroup>
3135

3236
<PropertyGroup>
3337
<MinVerTagPrefix>v</MinVerTagPrefix>

0 commit comments

Comments
 (0)