vstest/.gitignore

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

150 строки
2.5 KiB
Plaintext
Исходник Обычный вид История

############################################################################
# For ignoring files that appear under a specific folder, you should
# usually add a .gitignore file to that specific folder.
# This file is reserved for common file patterns that should be
# ignored everywhere.
############################################################################
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
# User-specific files
*.suo
*.user
*.sln.docstates
*.sln.metaproj
*.sln.metaproj.tmp
.vs/
.dotnet/
.packages/
*.cache
# Build results
[Bb]in/
[Oo]bj/
!**/LocProjects/[Bb]in/
*.tlog
msbuild*.log
msbuild*.wrn
msbuild*.err
build*.log
build*.wrn
build*.err
*.binlog
*.svclog
# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*
# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opensdf
*.sdf
*.cachefile
# Visual Studio profiler
*.psess
*.vsp
*.vspx
# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper
# DotCover is a Code Coverage Tool
*.dotCover
# NCrunch
*.ncrunch*
.*crunch*.local.xml
# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html
# Backup & report files from converting an old project file to a newer
# Visual Studio version. Backup files are not needed, because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm
#GlobalAssemblyInfo produced for Microbuild
GlobalAssemblyInfo.cs
#lock files for UWP projects
project.lock.json
project.fragment.lock.json
# =========================
# Windows detritus
# =========================
# Windows image file caches
Thumbs.db
ehthumbs.db
# ===========================
# Fakes outputs
# ===========================
*.Fakes.dll
*.fakesconfig
*.Fakes.xml
# ===========================
# Custom ignores
# ===========================
Test matrix (#3459) * Fix acceptance tests. * Apply suggestions from code review * Remove more workspace * Revert non-optmize on Release * More fixes * Update test/Microsoft.TestPlatform.TestUtilities/IntegrationTestBase.cs * Fix unit test * Missing null operator * Revert incorrect rename * Fix review remarks * Build failures * Upgrade * Upgrade tests * Skip web tests locally * Apply suggestions from code review * Skip in non-ci * Change order of tests to run from fastest Use net48 for acceptance * Newer approach to reference assemblies on MacOS and Linux * Revert "Change order of tests to run from fastest" This reverts commit 543c21c47406d74ed48eba70028f759279c43bf9. * Acceptance for net48 * Fix filter * Apply suggestions from code review Co-authored-by: Amaury Levé <amaury.leve@gmail.com> * Update scripts/build/TestPlatform.Settings.targets Co-authored-by: Amaury Levé <amaury.leve@gmail.com> * Remove taking target framework and runtime from env variables because it is used with multiple different meanings * Matrix for mstest wip * MSTest adapter tests * Add vstest console data source, even though it is names translation layer. * Second test * Remove unused field * Translation layer x vstest.console * Fixup console run * Runs tests from the big data source, but test sdk is not used. * Compose path to testhost + adapter. * One big unified data source. Still no version filtering. * Remove quote path trimming. * Some tests run. * More fun with sources. * Tests tests. * merge * Revert unnecessary renames * Ignore strong naming in tests * Add tags * Fix console path * fix * CI cleanup always * Print free disk space * Whitespace and so on * Missing temp dir * Fix env variables * Fixes I feel like I did before * Touch * Remove comment, and revert back to using TempDirectory * Fix quoting * Use Nuget.Versioning rather than semver, and revert strong name warning ignore for test projects * Fix tests * Fix test * Fix * Free space * Free space * Add results directory to blame * Fix build * Add tools and fix gitingore * Make Cancel Discovery faster and more reliable * Add fluent assertions Co-authored-by: Amaury Levé <amaury.leve@gmail.com>
2022-03-29 16:09:57 +03:00
/packages/
/artifacts/
/[tT]ools/
2021-10-14 17:14:44 +03:00
*.dmp
*.nupkg
*.zip
Test matrix (#3459) * Fix acceptance tests. * Apply suggestions from code review * Remove more workspace * Revert non-optmize on Release * More fixes * Update test/Microsoft.TestPlatform.TestUtilities/IntegrationTestBase.cs * Fix unit test * Missing null operator * Revert incorrect rename * Fix review remarks * Build failures * Upgrade * Upgrade tests * Skip web tests locally * Apply suggestions from code review * Skip in non-ci * Change order of tests to run from fastest Use net48 for acceptance * Newer approach to reference assemblies on MacOS and Linux * Revert "Change order of tests to run from fastest" This reverts commit 543c21c47406d74ed48eba70028f759279c43bf9. * Acceptance for net48 * Fix filter * Apply suggestions from code review Co-authored-by: Amaury Levé <amaury.leve@gmail.com> * Update scripts/build/TestPlatform.Settings.targets Co-authored-by: Amaury Levé <amaury.leve@gmail.com> * Remove taking target framework and runtime from env variables because it is used with multiple different meanings * Matrix for mstest wip * MSTest adapter tests * Add vstest console data source, even though it is names translation layer. * Second test * Remove unused field * Translation layer x vstest.console * Fixup console run * Runs tests from the big data source, but test sdk is not used. * Compose path to testhost + adapter. * One big unified data source. Still no version filtering. * Remove quote path trimming. * Some tests run. * More fun with sources. * Tests tests. * merge * Revert unnecessary renames * Ignore strong naming in tests * Add tags * Fix console path * fix * CI cleanup always * Print free disk space * Whitespace and so on * Missing temp dir * Fix env variables * Fixes I feel like I did before * Touch * Remove comment, and revert back to using TempDirectory * Fix quoting * Use Nuget.Versioning rather than semver, and revert strong name warning ignore for test projects * Fix tests * Fix test * Fix * Free space * Free space * Add results directory to blame * Fix build * Add tools and fix gitingore * Make Cancel Discovery faster and more reliable * Add fluent assertions Co-authored-by: Amaury Levé <amaury.leve@gmail.com>
2022-03-29 16:09:57 +03:00
/src/package/sign/sign.nuget.targets
2017-01-19 12:49:53 +03:00
test/GeneratedTestAssets/
2017-01-19 12:49:53 +03:00
# ===========================
# Localized resx files
# ===========================
*.cs.resx
*.de.resx
*.es.resx
*.fr.resx
*.it.resx
*.ja.resx
*.ko.resx
*.pl.resx
*.pt-BR.resx
*.ru.resx
*.tr.resx
*.zh-Hans.resx
*.zh-Hant.resx
# ===========================
# Vscode files
# ===========================
.vscode/
# ===========================
# diag log files
# ===========================
logs/
Test matrix (#3459) * Fix acceptance tests. * Apply suggestions from code review * Remove more workspace * Revert non-optmize on Release * More fixes * Update test/Microsoft.TestPlatform.TestUtilities/IntegrationTestBase.cs * Fix unit test * Missing null operator * Revert incorrect rename * Fix review remarks * Build failures * Upgrade * Upgrade tests * Skip web tests locally * Apply suggestions from code review * Skip in non-ci * Change order of tests to run from fastest Use net48 for acceptance * Newer approach to reference assemblies on MacOS and Linux * Revert "Change order of tests to run from fastest" This reverts commit 543c21c47406d74ed48eba70028f759279c43bf9. * Acceptance for net48 * Fix filter * Apply suggestions from code review Co-authored-by: Amaury Levé <amaury.leve@gmail.com> * Update scripts/build/TestPlatform.Settings.targets Co-authored-by: Amaury Levé <amaury.leve@gmail.com> * Remove taking target framework and runtime from env variables because it is used with multiple different meanings * Matrix for mstest wip * MSTest adapter tests * Add vstest console data source, even though it is names translation layer. * Second test * Remove unused field * Translation layer x vstest.console * Fixup console run * Runs tests from the big data source, but test sdk is not used. * Compose path to testhost + adapter. * One big unified data source. Still no version filtering. * Remove quote path trimming. * Some tests run. * More fun with sources. * Tests tests. * merge * Revert unnecessary renames * Ignore strong naming in tests * Add tags * Fix console path * fix * CI cleanup always * Print free disk space * Whitespace and so on * Missing temp dir * Fix env variables * Fixes I feel like I did before * Touch * Remove comment, and revert back to using TempDirectory * Fix quoting * Use Nuget.Versioning rather than semver, and revert strong name warning ignore for test projects * Fix tests * Fix test * Fix * Free space * Free space * Add results directory to blame * Fix build * Add tools and fix gitingore * Make Cancel Discovery faster and more reliable * Add fluent assertions Co-authored-by: Amaury Levé <amaury.leve@gmail.com>
2022-03-29 16:09:57 +03:00
.fake/
.ionide/
2023-02-01 11:02:36 +03:00
2023-03-31 12:14:58 +03:00
.idea/
.tools/