-
Notifications
You must be signed in to change notification settings - Fork 326
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added method to look for new api in fakes datacollector (#2339)
* Added method to look for new api in fakes datacollector * added check for .net runtime version * refactored code * enable new configurator for net core * refactored to remove use of out param * Removed Microsoft.VisualStudio.TestPlatform.Fakes from the "Microsoft.Internal.TestPlatform.Extensions" nuget pacakge. This would mean that the TP vsix would not drop this dependency any more. The Fakes vsix that builds in the VSUT repo would be dropping it instead. For the TestPlatform tooling nuget however which ships with the Fakes dependency, I'm pulling in the latest from the vsunittesting myget feed and packaging that up. * Fixing method resolution. * updated api call * fixed pr comments * Fixing build - this doesn't need to be signed. * removed obsolete * Looks like the signed build has a different way of producing nuget packages from the dev build. * Added method to look for new api in fakes datacollector * added check for .net runtime version * refactored code * enable new configurator for net core * refactored to remove use of out param * updated api call * fixed pr comments * Removed Microsoft.VisualStudio.TestPlatform.Fakes from the "Microsoft.Internal.TestPlatform.Extensions" nuget pacakge. This would mean that the TP vsix would not drop this dependency any more. The Fakes vsix that builds in the VSUT repo would be dropping it instead. For the TestPlatform tooling nuget however which ships with the Fakes dependency, I'm pulling in the latest from the vsunittesting myget feed and packaging that up. * Fixing method resolution. * Fixing build - this doesn't need to be signed. * removed obsolete * removed system.linq reference: * fixed rebase errors * Fixing script vars * Write value to the correct pipeline variable Co-authored-by: Abhitej John Bandi <aajohn@microsoft.com> Co-authored-by: nohwnd <me@jakubjares.com>
- Loading branch information
1 parent
d10bcbb
commit 97a3802
Showing
8 changed files
with
108 additions
and
36 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 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