From 1158ffb3f04ba8bf832e5e4f27908dfa2437164f Mon Sep 17 00:00:00 2001 From: Steve Sanderson Date: Tue, 26 Sep 2017 12:44:55 +0100 Subject: [PATCH] Fix paths for task that only runs in CI --- build/repo.targets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)