File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 46
46
attempts as the install script walks through potential locations for a runtime.
47
47
The overall build script will return a proper exit code, but we don't want to pick up the printed error messages. -->
48
48
<Exec
49
- Command =" ./eng/build.sh --only-build-repo-tasks -bl $(_AdditionalRepoTaskBuildArgs)"
49
+ Command =" ./eng/build.sh --only-build-repo-tasks -bl $(_AdditionalRepoTaskBuildArgs) $(InnerBuildArgs) "
50
50
IgnoreStandardErrorWarningFormat =" true"
51
51
WorkingDirectory =" $(InnerSourceBuildRepoRoot)"
52
52
EnvironmentVariables =" @(InnerBuildEnv)"
53
53
Condition =" '$(OS)' != 'Windows_NT'" />
54
54
55
55
<Exec
56
- Command =" .\eng\build.cmd -OnlyBuildRepoTasks -bl $(_AdditionalRepoTaskBuildArgs)"
56
+ Command =" .\eng\build.cmd -OnlyBuildRepoTasks -bl $(_AdditionalRepoTaskBuildArgs) $(InnerBuildArgs) "
57
57
IgnoreStandardErrorWarningFormat =" true"
58
58
WorkingDirectory =" $(InnerSourceBuildRepoRoot)"
59
59
EnvironmentVariables =" @(InnerBuildEnv)"
You can’t perform that action at this time.
0 commit comments