This commit is contained in:
Jan Krivanek 2022-12-19 16:28:01 +01:00
Родитель b94eadd6b8
Коммит ee5fc55513
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -26,8 +26,8 @@ To run the unit tests from Visual Studio:
To build MSBuild and run all unit tests from the command line, use `.\build.cmd -test`.
Some tests are creating symlinks to test associated functionality - in order for them to succeed you have two options:
* Run those tests elevated
* Enable [Development Mode](https://learn.microsoft.com/en-us/windows/apps/get-started/enable-your-device-for-development) on your machine.
* Or run those tests elevated
To mimic our CI job use `eng\CIBuild.cmd`. Be aware that this command may delete your local NuGet cache.