File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change
1
+ # Extensions built for a single runtime target
1
2
../../nunit-extension-*/tools/ # find extensions installed under chocolatey
3
+
4
+ # Extensions built for multiple targets
5
+ ../../nunit-extension-*/tools/*/ # find extensions installed under chocolatey
Original file line number Diff line number Diff line change
1
+ # Extensions built for a single runtime target
1
2
../../NUnit.Extension.*/**/tools/ # nuget v2 layout
2
3
../../../NUnit.Extension.*/**/tools/ # nuget v3 layout
3
- ../../../../NUnit.Extension.*/**/tools/
4
4
../../nunit.extension.*/**/tools/ # nuget v2 layout
5
5
../../../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
You can’t perform that action at this time.
0 commit comments