File tree 3 files changed +12
-0
lines changed
JsonApiDotNetCore.Annotations
JsonApiDotNetCore.SourceGenerators
3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 23
23
<DebugType >embedded</DebugType >
24
24
</PropertyGroup >
25
25
26
+ <PropertyGroup Condition =" '$(APPVEYOR)' != ''" >
27
+ <ContinuousIntegrationBuild >true</ContinuousIntegrationBuild >
28
+ </PropertyGroup >
29
+
26
30
<ItemGroup >
27
31
<None Include =" ..\..\logo.png" Visible =" false" Pack =" True" PackagePath =" " />
28
32
<None Include =" ..\..\PackageReadme.md" Visible =" false" Pack =" True" PackagePath =" " />
Original file line number Diff line number Diff line change 23
23
<RepositoryUrl >https://github.com/json-api-dotnet/JsonApiDotNetCore</RepositoryUrl >
24
24
</PropertyGroup >
25
25
26
+ <PropertyGroup Condition =" '$(APPVEYOR)' != ''" >
27
+ <ContinuousIntegrationBuild >true</ContinuousIntegrationBuild >
28
+ </PropertyGroup >
29
+
26
30
<ItemGroup >
27
31
<None Include =" ..\..\logo.png" Visible =" false" Pack =" True" PackagePath =" " />
28
32
<None Include =" ..\..\PackageReadme.md" Visible =" false" Pack =" True" PackagePath =" " />
Original file line number Diff line number Diff line change 21
21
<DebugType >embedded</DebugType >
22
22
</PropertyGroup >
23
23
24
+ <PropertyGroup Condition =" '$(APPVEYOR)' != ''" >
25
+ <ContinuousIntegrationBuild >true</ContinuousIntegrationBuild >
26
+ </PropertyGroup >
27
+
24
28
<ItemGroup >
25
29
<None Include =" ..\..\logo.png" Visible =" false" Pack =" True" PackagePath =" " />
26
30
<None Include =" ..\..\PackageReadme.md" Visible =" false" Pack =" True" PackagePath =" " />
You can’t perform that action at this time.
0 commit comments