Skip to content

Commit 07e2abf

Browse files
committed
align the continuous integration variable name with dotnet documentation
1 parent 28b8939 commit 07e2abf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
1111
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>
1212

13-
<IsContinuousIntegrationBuild Condition="'$(GITHUB_ACTIONS)' == 'true'">true</IsContinuousIntegrationBuild>
13+
<ContinuousIntegrationBuild Condition="'$(GITHUB_ACTIONS)' == 'true'">true</ContinuousIntegrationBuild>
1414

1515
<SotseraPackagesFolder>$([System.IO.Path]::Combine($(MSBuildThisFileDirectory), "artifacts"))</SotseraPackagesFolder>
1616
<SotseraRestoreFolder>$([System.IO.Path]::Combine($(MSBuildThisFileDirectory), ".restore"))</SotseraRestoreFolder>

src/Sotsera.Sources.Common/Sotsera.Sources.Common.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<PropertyGroup>
44
<GenerateDocumentationFile>true</GenerateDocumentationFile>
55

6-
<Version Condition="'$(IsContinuousIntegrationBuild)' != 'true'">0.0.0-local</Version>
7-
<MinVerSkip Condition="'$(IsContinuousIntegrationBuild)' != 'true'">true</MinVerSkip>
6+
<Version Condition="'$(ContinuousIntegrationBuild)' != 'true'">0.0.0-local</Version>
7+
<MinVerSkip Condition="'$(ContinuousIntegrationBuild)' != 'true'">true</MinVerSkip>
88
<MinVerTagPrefix>v</MinVerTagPrefix>
99

1010
<Authors>Alessandro Ghidini</Authors>

0 commit comments

Comments
 (0)