From 595b2dbc450789213866136da54e100ca8eb1315 Mon Sep 17 00:00:00 2001 From: Jeremy Koritzinsky Date: Thu, 16 Aug 2018 21:53:42 -0500 Subject: [PATCH] Fix path. --- packages.cake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.cake b/packages.cake index 07d8f9c535..311504fb2c 100644 --- a/packages.cake +++ b/packages.cake @@ -473,7 +473,7 @@ public class Packages }, Files = new [] { - new NuSpecContent { Source = "Avalonia.Win32.Interop/bin/net461/" + parameters.DirSuffix + "/Avalonia.Win32.Interop.dll", Target = "lib/net461" } + new NuSpecContent { Source = "Avalonia.Win32.Interop/bin/" + parameters.DirSuffix + "/net461/Avalonia.Win32.Interop.dll", Target = "lib/net461" } }, BasePath = context.Directory("./src/Windows"), OutputDirectory = parameters.NugetRoot