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 42845da commit f8481a8Copy full SHA for f8481a8
Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj
@@ -28,6 +28,10 @@
28
<PublishRepositoryUrl>true</PublishRepositoryUrl>
29
</PropertyGroup>
30
31
+ <PropertyGroup Condition="'$(APPVEYOR)' == 'True'">
32
+ <ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
33
+ </PropertyGroup>
34
+
35
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
36
<DebugSymbols>true</DebugSymbols>
37
<DebugType>full</DebugType>
0 commit comments