Skip to content

Commit dc7f292

Browse files
committed
appveyor - Set ContinuousIntegrationBuild when running on appveyor
https://learn.microsoft.com/en-us/dotnet/core/project-sdk/msbuild-props#continuousintegrationbuild
1 parent 002c49b commit dc7f292

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

lib/PuppeteerSharp/CefSharp.Dom.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838
<PackageReference Include="CefSharp.Common.NETCore" Version="104.4.180" />
3939
</ItemGroup>
4040

41+
<PropertyGroup Condition="'$(APPVEYOR)' == 'True'">
42+
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
43+
</PropertyGroup>
44+
4145
<ItemGroup>
4246
<None Include="..\..\README.md" Link="README.md" Pack="true" PackagePath="\" />
4347
</ItemGroup>

0 commit comments

Comments
 (0)