-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Addins files for agents; test NUnitProjectLoader extension
- Loading branch information
1 parent
f861b05
commit c8fe139
Showing
11 changed files
with
82 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Extensions built for a single runtime target | ||
../../../../nunit-extension-*/tools/ # find extensions installed under chocolatey | ||
|
||
# Extensions built for multiple targets | ||
../../../../nunit-extension-*/tools/*/ # find extensions installed under chocolatey |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Extensions built for a single runtime target | ||
../../../../NUnit.Extension.*/**/tools/ # nuget v2 layout | ||
../../../../../NUnit.Extension.*/**/tools/ # nuget v3 layout | ||
../../../../nunit.extension.*/**/tools/ # nuget v2 layout | ||
../../../../../nunit.extension.*/**/tools/ # nuget v3 layout | ||
|
||
# Extensions built for multiple targets | ||
../../../../NUnit.Extension.*/**/tools/*/ # nuget v2 layout | ||
../../../../../NUnit.Extension.*/**/tools/*/ # nuget v3 layout | ||
../../../../nunit.extension.*/**/tools/*/ # nuget v2 layout | ||
../../../../../nunit.extension.*/**/tools/*/ # nuget v3 layout |