Граф коммитов

17 Коммитов

Автор SHA1 Сообщение Дата
Jakub Jareš f70bb54c78
Drop unsupported frameworks (#10565)
Update to net8 and net9.
2025-01-23 13:12:19 +01:00
Viktor Hofer fc785088a2
Set NetCurrent so that it doesn't roll forward automatically (#10622)
* Set NetCurrent so that it doesn't roll forward automatically

The VSTest repo can't use a floating NetCurrent value as the NetCurrent TFM is actually hardcoded in a number of places => .nuspec files. Set it to net9.0 explicitly so that the build continues to work with a .NET 10 SDK and Arcade 10 SDK (which is used inside the VMR).

Don't hardcode the value when building from source as in that configuration, the TFM needs to actually target the very latest.

* Update Directory.Build.props

---------

Co-authored-by: Jakub Jareš <me@jakubjares.com>
2024-12-10 14:16:19 +01:00
Jakub Jareš 73b9f0112a
Fix help warnings (#5140) 2024-07-10 20:02:09 +02:00
Viktor Hofer 82c581ff79
Make VSTest repo buildable in VMR non-source-build (#4920)
* Make VSTest repo buildable in VMR unified-build

* Update Directory.Build.targets

Co-authored-by: Matt Mitchell <mmitche@microsoft.com>

* Update Directory.Build.targets

Co-authored-by: Matt Mitchell <mmitche@microsoft.com>

* Update src/Microsoft.TestPlatform.Build/Microsoft.TestPlatform.Build.csproj

Co-authored-by: Matt Mitchell <mmitche@microsoft.com>

* Update src/Microsoft.TestPlatform.Build/Microsoft.TestPlatform.Build.csproj

Co-authored-by: Matt Mitchell <mmitche@microsoft.com>

* Update src/package/Microsoft.TestPlatform.CLI/Microsoft.TestPlatform.CLI.csproj

Co-authored-by: Matt Mitchell <mmitche@microsoft.com>

* Update src/package/Microsoft.TestPlatform.CLI/Microsoft.TestPlatform.CLI.csproj

Co-authored-by: Matt Mitchell <mmitche@microsoft.com>

---------

Co-authored-by: Matt Mitchell <mmitche@microsoft.com>
2024-03-06 17:25:29 +00:00
Marko Lahma 5d731c3c1a
Remove PackageLicenseFile preventing PackageLicenseExpression from working (#4890) 2024-02-16 09:30:28 +00:00
Amaury Levé 98c26a18c9
Update sourcebuild configuration to build net previous and net current (#4856) 2024-01-29 19:24:38 +01:00
dotnet-maestro[bot] b73e6b36b7
[main] Update dependencies from dotnet/arcade (#4795) 2024-01-02 14:00:59 +01:00
Codrin-Victor Poienaru ee45bf2517
Rebrand TP 17.10.0 (#4797) 2023-12-20 18:38:44 +00:00
Jakub Jareš 3fe577cc9b
Change license packages that use .NET Library license to MIT (#4658) 2023-08-21 08:17:37 +02:00
Codrin-Victor Poienaru 32af51220b
Bumped TP to 17.8.0 (#4559)
Co-authored-by: Codrin Poienaru <copoiena@microsoft.com>
2023-06-19 13:15:51 +00:00
Codrin-Victor Poienaru e7c1fb74de
Bumped TP version to 17.7.0 (#4346)Co-authored-by: Codrin Poienaru <copoiena@microsoft.com> Co-authored-by: Jakub Jareš <me@jakubjares.com>
* Bumped TP version to 17.7.0

* Revert autogenerated change

---------

Co-authored-by: Codrin Poienaru <copoiena@microsoft.com>
Co-authored-by: Jakub Jareš <me@jakubjares.com>
2023-04-03 14:10:52 +02:00
Jakub Jareš 405195989c
Select just main and rel/* for commit builds. (#4353)
* Select just main and rel/* for commit builds.

* Microbuild on internal only

* Remove redirects

* Upload packages on public

* Fix conflicts?
2023-03-31 16:01:24 +00:00
Jakub Jares 681849f4dc Merged PR 30352: arcade into main 2023-03-31 09:47:38 +00:00
Amaury Levé d18720133f Merged PR 29591: Onboard to arcade 2023-03-31 09:14:58 +00:00
Amaury Levé c37fde323a
Refactor supported TFMs names (#3973) 2022-08-26 09:26:55 +00:00
Amaury Levé 3fac63690f
Move codebase to netcoreapp3.1 (#3861)
* Fix TraitCollection label

* Add build var TargetNetFxVersion

* Add Directory.Build.props for new variable

* Move to netcoreapp3.1

* More changes

* More updates

* Update packages

* Update test/Microsoft.TestPlatform.AcceptanceTests/Extension/NetCoreTargetFrameworkDataSourceAttribute.cs

Co-authored-by: Jakub Jareš <me@jakubjares.com>

* Update src/Microsoft.TestPlatform.Execution.Shared/DebuggerBreakpoint.cs

Co-authored-by: Jakub Jareš <me@jakubjares.com>

* Avoid potential ArgumentNullException

* Fix some warnings

* API is not available in netcoreapp

* More removal

* Test

* Fix unit tests

* Fix failing acceptance tests

* More simplification

* Fix acceptance tests?

* Ensure properties are defined for isolated acceptance tests

* More updates

* More fixes

* Remove no longer needed code

* Add trick to bump netcoreapp version

* Fix unit test

* Fixeeesss

* Address review comments

* Undo changes to installed net core frameworks

* Install .net core 3.1.25 instead of 3.1.24

* Add back 3.1.24 and keep 3.1.25

* Install runtime 3.1.27

* 605 files?

* Add logging for arguments, revert later

* Test can run on Linux

* Explain RunSpecificTestsShouldWorkWithFrameworkInCompatibleWarning test

Co-authored-by: Jakub Jareš <me@jakubjares.com>
2022-07-27 11:54:21 +02:00
Amaury Levé bfe5fef17f
Cleanups post move to net462 (#3856) 2022-07-18 16:55:23 +02:00