diff --git a/src/SourceBuild/tarball/content/repos/runtime.common.props b/src/SourceBuild/tarball/content/repos/runtime.common.props index 19680fa07..907171eb7 100644 --- a/src/SourceBuild/tarball/content/repos/runtime.common.props +++ b/src/SourceBuild/tarball/content/repos/runtime.common.props @@ -11,6 +11,7 @@ $(StandardSourceBuildArgs.Replace('-bl', '-nobl')) + $(BuildCommandArgs) /p:VerifySourceLinkFileExists=false $(StandardSourceBuildCommand) $(BuildCommandArgs) $(ArmEnvironmentVariables) $(StandardSourceBuildCommand) $(BuildCommandArgs) diff --git a/src/SourceBuild/tarball/content/repos/runtime.proj b/src/SourceBuild/tarball/content/repos/runtime.proj index 59ea1d6fc..67082b871 100644 --- a/src/SourceBuild/tarball/content/repos/runtime.proj +++ b/src/SourceBuild/tarball/content/repos/runtime.proj @@ -10,6 +10,7 @@ $(StandardSourceBuildArgs) $(BuildCommandArgs) /p:TargetRid=$(OverrideTargetRid) $(BuildCommandArgs) /p:SourceBuildNonPortable=true + $(BuildCommandArgs) /p:VerifySourceLinkFileExists=false $(StandardSourceBuildCommand) $(BuildCommandArgs)