Skip to content

Commit f8481a8

Browse files
committed
plugin: enable deterministic builds in CI
1 parent 42845da commit f8481a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
<PublishRepositoryUrl>true</PublishRepositoryUrl>
2929
</PropertyGroup>
3030

31+
<PropertyGroup Condition="'$(APPVEYOR)' == 'True'">
32+
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
33+
</PropertyGroup>
34+
3135
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
3236
<DebugSymbols>true</DebugSymbols>
3337
<DebugType>full</DebugType>

0 commit comments

Comments
 (0)