File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed
Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments