-
Notifications
You must be signed in to change notification settings - Fork 348
Comparing changes
Open a pull request
base repository: microsoft/vstest
base: 4ec8825
head repository: microsoft/vstest
compare: 45f1006
- 19 commits
- 206 files changed
- 14 contributors
Commits on May 25, 2021
-
[main] Update dependencies from dotnet/arcade (#2913)
* Update dependencies from https://github.com/dotnet/arcade build 20210524.3 Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.SwaggerGenerator.MSBuild , Microsoft.DotNet.SignTool , Microsoft.DotNet.Helix.Sdk From Version 2.2.0-beta.21228.7 -> To Version 6.0.0-beta.21274.3 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Medeni Baykal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cd5f965 - Browse repository at this point
Copy the full SHA cd5f965View commit details -
Reduce total memory usage of ConsoleLogger (#2914)
- Store only the required fields from a TestResult object
Configuration menu - View commit details
-
Copy full SHA for 6c484f7 - Browse repository at this point
Copy the full SHA 6c484f7View commit details -
[main] Update dependencies from dotnet/arcade (#2915)
[main] Update dependencies from dotnet/arcade - Update sdk-task.ps1 - Update sdk-task.ps1
Configuration menu - View commit details
-
Copy full SHA for b8b97c4 - Browse repository at this point
Copy the full SHA b8b97c4View commit details
Commits on May 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4fb3db5 - Browse repository at this point
Copy the full SHA 4fb3db5View commit details
Commits on May 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f745829 - Browse repository at this point
Copy the full SHA f745829View commit details
Commits on May 29, 2021
-
ArPow stage 1: local source-build infrastructure (#2920)
* ArPow stage 1: local source-build infrastructure Co-authored-by: Medeni Baykal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f203953 - Browse repository at this point
Copy the full SHA f203953View commit details
Commits on May 31, 2021
-
Fix typo in error message inside SocketServer.cs (#2311)
## Description This fixes a spelling error in a socket server error message in `src/Microsoft.TestPlatform.CommunicationUtilities/SocketServer.cs`. "Stopp" should read "Stopping". ## Related issue There are no related issues AFIK.
Configuration menu - View commit details
-
Copy full SHA for 65e58ed - Browse repository at this point
Copy the full SHA 65e58edView commit details -
Microsoft.Diagnostics.NETCore.Client package upgrade for symbol archi…
…val. (#2452) Updating the package reference of "Microsoft.Diagnostics.NETCore.Client" to the latest from nuget.org so we have symbols for this from internal archival stores. Please let me know if there are specific end-to-end scenarios you'd want me to validate.
Configuration menu - View commit details
-
Copy full SHA for 40d457a - Browse repository at this point
Copy the full SHA 40d457aView commit details -
Upgrade cc components to 17.0.0-beta.21281.2 (#2927)
## Description Please add a meaningful description for this change. Ensure the PR has required unit tests. ## Related issue Kindly link any related issues. E.g. Fixes #xyz.
Configuration menu - View commit details
-
Copy full SHA for f6370fb - Browse repository at this point
Copy the full SHA f6370fbView commit details -
Update dependencies from https://github.com/dotnet/arcade build 20210…
…528.1 (#2928) [main] Update dependencies from dotnet/arcade
Configuration menu - View commit details
-
Copy full SHA for bbe025b - Browse repository at this point
Copy the full SHA bbe025bView commit details -
Fix CodeBase for existing inproc collector settings (#2331)
* fix CodeBase existing inproc collector settings Co-authored-by: Medeni Baykal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5b1d7b8 - Browse repository at this point
Copy the full SHA 5b1d7b8View commit details
Commits on Jun 3, 2021
-
Update TestPlatform.Dependencies.props (#2934)
Co-authored by: =?UTF-8?q?Jakub=20Jare=C5=A1?= <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b2fd6ea - Browse repository at this point
Copy the full SHA b2fd6eaView commit details
Commits on Jun 7, 2021
-
Update dependencies from https://github.com/dotnet/arcade build 20210…
…604.1 (#2937) Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.SwaggerGenerator.MSBuild , Microsoft.DotNet.SignTool , Microsoft.DotNet.Helix.Sdk From Version 6.0.0-beta.21278.1 -> To Version 6.0.0-beta.21304.1 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 121e534 - Browse repository at this point
Copy the full SHA 121e534View commit details
Commits on Jun 13, 2021
-
Adapts TrxLogger constructor to actually use passed variable (#2940)
Co-authored-by: Samuel Bernhard <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6b8b30f - Browse repository at this point
Copy the full SHA 6b8b30fView commit details
Commits on Jun 14, 2021
-
Update dependencies from https://github.com/dotnet/arcade build 20210…
…611.3 (#2941) Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.SwaggerGenerator.MSBuild , Microsoft.DotNet.SignTool , Microsoft.DotNet.Helix.Sdk From Version 6.0.0-beta.21304.1 -> To Version 6.0.0-beta.21311.3 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2666957 - Browse repository at this point
Copy the full SHA 2666957View commit details
Commits on Jun 15, 2021
-
Upgrade CC to 17.0.0-beta.21314.4 (#2942)
Co-authored-by: Jakub Chocholowicz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0ec1747 - Browse repository at this point
Copy the full SHA 0ec1747View commit details
Commits on Jun 18, 2021
-
Patch integration and add source-build leg to PR validation (#2939)
* Add source-build leg to PR validation * Add missing .NET 6 patches Co-authored-by: Medeni Baykal <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4815457 - Browse repository at this point
Copy the full SHA 4815457View commit details
Commits on Jun 21, 2021
-
Update dependencies from https://github.com/dotnet/arcade build 20210…
…619.2 (#2944) Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.SwaggerGenerator.MSBuild , Microsoft.DotNet.SignTool , Microsoft.DotNet.Helix.Sdk From Version 6.0.0-beta.21311.3 -> To Version 6.0.0-beta.21319.2 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f7f5ce0 - Browse repository at this point
Copy the full SHA f7f5ce0View commit details
Commits on Jun 23, 2021
-
Fixed manifest generation (#2948)
## Description SdkTask we were using to generation our build manifest was removed by dotnet/arcade#6729. That broke our signed pipelines. This change will fix it.
Configuration menu - View commit details
-
Copy full SHA for 45f1006 - Browse repository at this point
Copy the full SHA 45f1006View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 4ec8825...45f1006