Skip to content

Commit d9134cf

Browse files
committed
CI versioning tweaks.
1 parent 5dfa1a9 commit d9134cf

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

DevDecoder.Scheduling/DevDecoder.Scheduling.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
<Configurations>Debug;Release</Configurations>
3232
<AssemblyOriginatorKeyFile>..\DevDecoder.Scheduling.snk</AssemblyOriginatorKeyFile>
3333
</PropertyGroup>
34+
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
35+
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
36+
</PropertyGroup>
3437

3538
<ItemGroup>
3639
<PackageReference Include="Cronos" Version="0.7.1" />

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
44
"version": "1.0",
55
"publicReleaseRefSpec": [
6-
"^refs/heads/master$",
6+
"^refs/heads/main$",
77
"^refs/heads/v\\d+(?:\\.\\d+)?$"
88
],
99
"cloudBuild": {

0 commit comments

Comments
 (0)