Skip to content

Commit b648644

Browse files
authored
Depend on GetSourceBuildCommandConfiguration target to read from InnerBuildArgs
1 parent caa429c commit b648644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/DotNetBuild.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<!-- Build RepoTasks - this is normally triggered via the build script but the inner ArPow source-build is run via msbuild.
2626
https://github.com/dotnet/source-build/issues/3807 -->
2727
<Target Name="BuildRepoTasks"
28+
DependsOnTargets="GetSourceBuildCommandConfiguration"
2829
Condition="'$(DotNetBuildInnerRepo)' == 'true' and '$(DotNetBuildSourceOnly)' == 'true'"
2930
BeforeTargets="Execute">
3031
<!-- If the alternative runtime location and key are present, pass those through -->
@@ -38,7 +39,6 @@
3839
<ItemGroup>
3940
<!-- We need to flow FullAssemblySigningSupported even when building repo tasks because they use full signing -->
4041
<InnerBuildEnv Condition="'$(FullAssemblySigningSupported)' != ''" Include="FullAssemblySigningSupported=$(FullAssemblySigningSupported)" />
41-
<InnerBuildEnv Include="DotNetBuildSourceOnly=$(DotNetBuildSourceOnly)" />
4242
</ItemGroup>
4343

4444
<!-- Call the build.sh script to build the repo tasks. Set IgnoreStandardErrorWarningFormat

0 commit comments

Comments
 (0)