Skip to content

Commit 734a944

Browse files
committed
Adjusted to build PCL nuget version
1 parent a31b235 commit 734a944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.cake

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Task("Copy-Files")
9595
.IsDependentOn("Build")
9696
.Does(() =>
9797
{
98-
var target = nugetRoot + Directory("lib") + Directory("net45");
98+
var target = nugetRoot + Directory("lib") + Directory("portable-windows8+net45+windowsphone8+wpa+monoandroid+monotouch");
9999
CreateDirectory(target);
100100
CopyFiles(new FilePath[]
101101
{

0 commit comments

Comments
 (0)