File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 47
47
48
48
<!-- Ensure deterministic builds work when triggered against individual projects. -->
49
49
<!-- https://github.com/dotnet/roslyn/issues/37379#issuecomment-513371985 -->
50
- <ItemGroup Condition =" '$(GITHUB_ACTIONS )' == 'true'" >
50
+ <ItemGroup Condition =" '$(CI )' == 'true'" >
51
51
<SourceRoot Include =" $(MSBuildThisFileDirectory)/" />
52
52
</ItemGroup >
53
53
Original file line number Diff line number Diff line change 9
9
</PropertyGroup >
10
10
11
11
<!-- Add deterministic builds in CI .-->
12
- <PropertyGroup Condition =" '$(GITHUB_ACTIONS )' == 'true'" >
12
+ <PropertyGroup Condition =" '$(CI )' == 'true'" >
13
13
<ContinuousIntegrationBuild >true</ContinuousIntegrationBuild >
14
14
<EmbedUntrackedSources >true</EmbedUntrackedSources >
15
15
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments