File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 45
45
<PackageOutputPath >$(BaseArtifactsPath)pkg/$(BaseArtifactsPathSuffix)/$(Configuration)/</PackageOutputPath >
46
46
</PropertyGroup >
47
47
48
+ <!-- Ensure deterministic builds work when triggered against individual projects. -->
49
+ <!-- https://github.com/dotnet/roslyn/issues/37379#issuecomment-513371985 -->
50
+ <ItemGroup Condition =" '$(GITHUB_ACTIONS)' == 'true'" >
51
+ <SourceRoot Include =" $(MSBuildThisFileDirectory)/" />
52
+ </ItemGroup >
53
+
48
54
<!-- Public key definition for signing assemblies. -->
49
55
<PropertyGroup >
50
56
<SignAssembly >true</SignAssembly >
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' AND '$(SIXLABORS_DOCS_BUILD)' == '' " >
12
+ <PropertyGroup Condition =" '$(GITHUB_ACTIONS)' == '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