Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit c9b21b9

Browse files
committed
Fix proguard nuspec path
1 parent cf8e8b8 commit c9b21b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ Task ("nuget-setup").IsDependentOn ("buildtasks").IsDependentOn ("externals")
340340

341341
projElem.Add (new System.Xml.Linq.XElement (nsTargets + "ItemGroup",
342342
new System.Xml.Linq.XElement (nsTargets + "ProguardConfiguration",
343-
new System.Xml.Linq.XAttribute ("Include", "$(MSBuildThisFileDirectory)..\\proguard\\proguard.txt"))));
343+
new System.Xml.Linq.XAttribute ("Include", "$(MSBuildThisFileDirectory)..\\..\\proguard\\proguard.txt"))));
344344
}
345345

346346
xTargets.Save (MakeAbsolute(targetsFile).FullPath);

0 commit comments

Comments
 (0)