Skip to content

Commit f861b05

Browse files
committed
Add multi-target extension patterns to the .addins files
1 parent 0d6a2aa commit f861b05

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

choco/nunit.choco.addins

+4
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
# Extensions built for a single runtime target
12
../../nunit-extension-*/tools/ # find extensions installed under chocolatey
3+
4+
# Extensions built for multiple targets
5+
../../nunit-extension-*/tools/*/ # find extensions installed under chocolatey
+7-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1+
# Extensions built for a single runtime target
12
../../NUnit.Extension.*/**/tools/ # nuget v2 layout
23
../../../NUnit.Extension.*/**/tools/ # nuget v3 layout
3-
../../../../NUnit.Extension.*/**/tools/
44
../../nunit.extension.*/**/tools/ # nuget v2 layout
55
../../../nunit.extension.*/**/tools/ # nuget v3 layout
6-
../../../../nunit.extension.*/**/tools/
6+
7+
# Extensions built for multiple targets
8+
../../NUnit.Extension.*/**/tools/*/ # nuget v2 layout
9+
../../../NUnit.Extension.*/**/tools/*/ # nuget v3 layout
10+
../../nunit.extension.*/**/tools/*/ # nuget v2 layout
11+
../../../nunit.extension.*/**/tools/*/ # nuget v3 layout

0 commit comments

Comments
 (0)