File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/Sotsera.Sources.Common Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
<TreatWarningsAsErrors >True</TreatWarningsAsErrors >
11
11
<SuppressNETCoreSdkPreviewMessage >true</SuppressNETCoreSdkPreviewMessage >
12
12
13
- <IsContinuousIntegrationBuild Condition =" '$(GITHUB_ACTIONS)' == 'true'" >true</IsContinuousIntegrationBuild >
13
+ <ContinuousIntegrationBuild Condition =" '$(GITHUB_ACTIONS)' == 'true'" >true</ContinuousIntegrationBuild >
14
14
15
15
<SotseraPackagesFolder >$([System.IO.Path]::Combine($(MSBuildThisFileDirectory), "artifacts"))</SotseraPackagesFolder >
16
16
<SotseraRestoreFolder >$([System.IO.Path]::Combine($(MSBuildThisFileDirectory), ".restore"))</SotseraRestoreFolder >
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<GenerateDocumentationFile >true</GenerateDocumentationFile >
5
5
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 >
8
8
<MinVerTagPrefix >v</MinVerTagPrefix >
9
9
10
10
<Authors >Alessandro Ghidini</Authors >
You can’t perform that action at this time.
0 commit comments