diff --git a/eng/pipelines/common/xplat-setup.yml b/eng/pipelines/common/xplat-setup.yml
index e799ba9078778b..61896ffb63a0ea 100644
--- a/eng/pipelines/common/xplat-setup.yml
+++ b/eng/pipelines/common/xplat-setup.yml
@@ -24,7 +24,7 @@ jobs:
- name: dir
value: '\'
- name: _msbuildCommand
- value: powershell -ExecutionPolicy ByPass -NoProfile eng\common\msbuild.ps1 -warnaserror:0 -ci
+ value: powershell -ExecutionPolicy ByPass -NoProfile eng\common\msbuild.ps1 -ci
- name: setScriptToEchoAndFailOnNonZero
value: ''
@@ -40,7 +40,7 @@ jobs:
- name: dir
value: '/'
- name: _msbuildCommand
- value: ./eng/common/msbuild.sh --warnaserror false --ci
+ value: ./eng/common/msbuild.sh --ci
# Set the bash script to display each command, and stop if any command exits nonzero.
- name: setScriptToEchoAndFailOnNonZero
value: 'set -xe'
diff --git a/eng/referenceAssemblies.props b/eng/referenceAssemblies.props
index dbb4b62aabc571..09cb3e4a9373c5 100644
--- a/eng/referenceAssemblies.props
+++ b/eng/referenceAssemblies.props
@@ -2,12 +2,12 @@
true
-
- $([MSBuild]::NormalizeDirectory('$(ArtifactsBinDir)', '$(MSBuildProjectName)'))
+
+ $([MSBuild]::NormalizeDirectory('$(ArtifactsBinDir)', '$(MSBuildProjectName)'))
- $([MSBuild]::NormalizeDirectory('$(ReferenceAssemblyOutputPath)', 'ref'))
+ $([MSBuild]::NormalizeDirectory('$(AssemblyBinDirOutputPath)', 'ref'))
$(BaseOutputPath)$(Configuration)
$([MSBuild]::NormalizeDirectory('$(ArtifactsObjDir)', '$(MSBuildProjectName)', 'ref'))
$(BaseIntermediateOutputPath)$(Configuration)