diff --git a/build/repo.targets b/build/repo.targets
index 7307370b90..552663d2a2 100644
--- a/build/repo.targets
+++ b/build/repo.targets
@@ -3,7 +3,7 @@
+ AssemblyFile="$(MSBuildThisFileDirectory)..\tools\PullRequestSubmitter\bin\Release\netcoreapp2.0\PullRequestSubmitter.dll" />
@@ -16,7 +16,7 @@
- $(MSBuildThisFileDirectory)..\tools\DependencyUpdater\bin\Debug\netstandard2.0\DependencyUpdater.deps.json
+ $(MSBuildThisFileDirectory)..\tools\DependencyUpdater\bin\Release\netstandard2.0\DependencyUpdater.deps.json
$([System.IO.File]::ReadAllText('$(DepsFilePath)'))
$([System.Text.RegularExpressions.Regex]::Match($(DepsFileContent), `\s+"Microsoft.AspNetCore": "([^"]+)"`).Groups[1].Value)