We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e29252 commit 5449118Copy full SHA for 5449118
src/JsonApiDotNetCore.MongoDb/JsonApiDotNetCore.MongoDb.csproj
@@ -21,6 +21,10 @@
21
<DebugType>embedded</DebugType>
22
</PropertyGroup>
23
24
+ <PropertyGroup Condition="'$(APPVEYOR)' != ''">
25
+ <ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
26
+ </PropertyGroup>
27
+
28
<ItemGroup>
29
<None Include="..\..\logo.png" Visible="false" Pack="True" PackagePath="" />
30
<None Include="..\..\PackageReadme.md" Visible="false" Pack="True" PackagePath="" />
0 commit comments