From 794be31af3c4df24451d6a875b06da1049301da5 Mon Sep 17 00:00:00 2001 From: Andrew Stanton-Nurse Date: Mon, 28 Mar 2016 21:43:43 -0700 Subject: [PATCH] herp de derp --- scripts/dotnet-cli-build/CompileTargets.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dotnet-cli-build/CompileTargets.cs b/scripts/dotnet-cli-build/CompileTargets.cs index 895e4db25..31077663a 100644 --- a/scripts/dotnet-cli-build/CompileTargets.cs +++ b/scripts/dotnet-cli-build/CompileTargets.cs @@ -477,7 +477,7 @@ namespace Microsoft.DotNet.Cli.Build File.Delete(compilersRuntimeConfig); // Copy AppDeps - result = CopyAppDeps(c, outputDir); + var result = CopyAppDeps(c, outputDir); if (!result.Success) { return result;