File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 8
8
<DefaultItemExcludes >$(DefaultItemExcludes);.git*;node_modules\**</DefaultItemExcludes >
9
9
</PropertyGroup >
10
10
11
- <PropertyGroup >
11
+ <PropertyGroup Condition = " '$(NuGetBuild)' != 'true' " >
12
12
<SourceGeneratorLocation >$(SolutionDir)src\Libraries\Lombiq.HelpfulLibraries\Lombiq.HelpfulLibraries.SourceGenerators\bin\Debug\netstandard2.0\Lombiq.HelpfulLibraries.SourceGenerators.dll</SourceGeneratorLocation >
13
13
<SourceGeneratorLocation Condition =" '$(Configuration)' != 'Debug' " >
14
14
$(SolutionDir)src\Libraries\Lombiq.HelpfulLibraries\Lombiq.HelpfulLibraries.SourceGenerators\bin\Release\netstandard2.0\Lombiq.HelpfulLibraries.SourceGenerators.dll
15
15
</SourceGeneratorLocation >
16
- </PropertyGroup >
16
+ </PropertyGroup >
17
17
18
- <Target Name =" CustomBeforeCompile" BeforeTargets =" Compile" >
18
+ <Target Name =" CustomBeforeCompile" BeforeTargets =" Compile" Condition = " '$(NuGetBuild)' != 'true' " >
19
19
<MSBuild Condition =" !Exists('$(SourceGeneratorLocation)')" Projects =" ..\..\..\Libraries\Lombiq.HelpfulLibraries\Lombiq.HelpfulLibraries.SourceGenerators\Lombiq.HelpfulLibraries.SourceGenerators.csproj" />
20
20
</Target >
21
21
70
70
<ItemGroup Condition =" '$(NuGetBuild)' == 'true'" >
71
71
<PackageReference Include =" Lombiq.HelpfulLibraries.OrchardCore" Version =" 9.1.0" />
72
72
<PackageReference Include =" Lombiq.NodeJs.Extensions" Version =" 2.1.0" />
73
+ <PackageReference Include =" Lombiq.HelpfulLibraries.SourceGenerators" Version =" 9.1.1-alpha.15.osoe-819" OutputItemType =" Analyzer" ReferenceOutputAssembly =" false" />
74
+ <PackageReference Include =" Lombiq.HelpfulLibraries.Attributes" Version =" 9.1.1-alpha.15.osoe-819" OutputItemType =" Analyzer" ReferenceOutputAssembly =" true" />
73
75
</ItemGroup >
74
76
75
77
<ItemGroup >
You can’t perform that action at this time.
0 commit comments