Skip to content

Commit dd17c05

Browse files
authored
Merge pull request #4 from stivio00/develop
Develop
2 parents b3a796e + 2c096e3 commit dd17c05

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ConstantStream/ConstantStream.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<PropertyGroup>
99
<PackageId>ConstantStream</PackageId>
10-
<Version>1.0.16</Version>
10+
<Version>1.0.17</Version>
1111
<Authors>Stephen Krol</Authors>
1212
<Product>ConstantStream</Product>
1313
<PackageTags>Streams;Constant;Test;Testing;Timeout;Delay;stride;byte;fake;crypto;bytes</PackageTags>
@@ -29,6 +29,7 @@
2929
<EmbedUntrackedSources>true</EmbedUntrackedSources>
3030
<IncludeSymbols>true</IncludeSymbols>
3131
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
32+
<ContinuesintegrationBuild>true</ContinuesintegrationBuild>
3233
</PropertyGroup>
3334

3435
<ItemGroup>
@@ -44,4 +45,7 @@
4445
<PackageReadmeFile>README.md</PackageReadmeFile>
4546
</PropertyGroup>
4647

48+
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
49+
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
50+
</PropertyGroup>
4751
</Project>

0 commit comments

Comments
 (0)