From 1719fd485d54d43b66cec1c66dfc7c19fb1dec00 Mon Sep 17 00:00:00 2001 From: Steffen Forkmann Date: Sun, 14 Feb 2016 11:13:53 +0100 Subject: [PATCH] Allow to pack in direct path - references #1473 --- .../before/{paket.A.template => paket.A.templatetemplate} | 0 .../before/{paket.B.template => paket.B.templatetemplate} | 0 .../before/{paket.C.template => paket.C.templatetemplate} | 0 .../before/{paket.D.template => paket.D.templatetemplate} | 0 .../scenarios/i001473-blocking/before/mycontent.txt | 1 + .../scenarios/i001473-blocking/before/paket.dependencies | 1 + .../scenarios/i001473-blocking/before/paket.lock | 0 .../i001473-blocking/before/paket.templatetemplate | 8 ++++++++ 8 files changed, 10 insertions(+) rename integrationtests/scenarios/i001432-stackoverflow/before/{paket.A.template => paket.A.templatetemplate} (100%) rename integrationtests/scenarios/i001432-stackoverflow/before/{paket.B.template => paket.B.templatetemplate} (100%) rename integrationtests/scenarios/i001432-stackoverflow/before/{paket.C.template => paket.C.templatetemplate} (100%) rename integrationtests/scenarios/i001432-stackoverflow/before/{paket.D.template => paket.D.templatetemplate} (100%) create mode 100644 integrationtests/scenarios/i001473-blocking/before/mycontent.txt create mode 100644 integrationtests/scenarios/i001473-blocking/before/paket.dependencies create mode 100644 integrationtests/scenarios/i001473-blocking/before/paket.lock create mode 100644 integrationtests/scenarios/i001473-blocking/before/paket.templatetemplate diff --git a/integrationtests/scenarios/i001432-stackoverflow/before/paket.A.template b/integrationtests/scenarios/i001432-stackoverflow/before/paket.A.templatetemplate similarity index 100% rename from integrationtests/scenarios/i001432-stackoverflow/before/paket.A.template rename to integrationtests/scenarios/i001432-stackoverflow/before/paket.A.templatetemplate diff --git a/integrationtests/scenarios/i001432-stackoverflow/before/paket.B.template b/integrationtests/scenarios/i001432-stackoverflow/before/paket.B.templatetemplate similarity index 100% rename from integrationtests/scenarios/i001432-stackoverflow/before/paket.B.template rename to integrationtests/scenarios/i001432-stackoverflow/before/paket.B.templatetemplate diff --git a/integrationtests/scenarios/i001432-stackoverflow/before/paket.C.template b/integrationtests/scenarios/i001432-stackoverflow/before/paket.C.templatetemplate similarity index 100% rename from integrationtests/scenarios/i001432-stackoverflow/before/paket.C.template rename to integrationtests/scenarios/i001432-stackoverflow/before/paket.C.templatetemplate diff --git a/integrationtests/scenarios/i001432-stackoverflow/before/paket.D.template b/integrationtests/scenarios/i001432-stackoverflow/before/paket.D.templatetemplate similarity index 100% rename from integrationtests/scenarios/i001432-stackoverflow/before/paket.D.template rename to integrationtests/scenarios/i001432-stackoverflow/before/paket.D.templatetemplate diff --git a/integrationtests/scenarios/i001473-blocking/before/mycontent.txt b/integrationtests/scenarios/i001473-blocking/before/mycontent.txt new file mode 100644 index 0000000000..6b584e8ece --- /dev/null +++ b/integrationtests/scenarios/i001473-blocking/before/mycontent.txt @@ -0,0 +1 @@ +content \ No newline at end of file diff --git a/integrationtests/scenarios/i001473-blocking/before/paket.dependencies b/integrationtests/scenarios/i001473-blocking/before/paket.dependencies new file mode 100644 index 0000000000..5c03f805b1 --- /dev/null +++ b/integrationtests/scenarios/i001473-blocking/before/paket.dependencies @@ -0,0 +1 @@ +source https://www.nuget.org/api/v2 \ No newline at end of file diff --git a/integrationtests/scenarios/i001473-blocking/before/paket.lock b/integrationtests/scenarios/i001473-blocking/before/paket.lock new file mode 100644 index 0000000000..e69de29bb2 diff --git a/integrationtests/scenarios/i001473-blocking/before/paket.templatetemplate b/integrationtests/scenarios/i001473-blocking/before/paket.templatetemplate new file mode 100644 index 0000000000..eb4f8102c5 --- /dev/null +++ b/integrationtests/scenarios/i001473-blocking/before/paket.templatetemplate @@ -0,0 +1,8 @@ +type file +id Foo +authors Bar +description FooPackage +version 1 +files + !*paket.* + ** ==> lib \ No newline at end of file