Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Firszov <Anton.Firszov@microsoft.com>2021-11-30 20:16:30 +0300
committerGitHub <noreply@github.com>2021-11-30 20:16:30 +0300
commit85642f8147d9e2ba860c21baea25cbb4f12e665e (patch)
treec9036fed49e49f112185c3b51f03e8764f0f2459 /.gitignore
parent439ffd2434ac97ae32f42d3dc035cceb6d4d60cc (diff)
Build HttpStress and SslStress with live-built runtime using current TFM (#61689)
This PR changes both local (non-containerized) and containerized stress builds to build against the live-built runtime with the help of targetingpacks.targets.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index dbdbce21b05..833551119f2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -354,3 +354,7 @@ src/coreclr/System.Private.CoreLib/common
!src/coreclr/inc/obj/
!src/coreclr/vm/.vscode/
!src/coreclr/vm/.vscode/c_cpp_properties.json
+
+# Temporary artifacts from local libraries stress builds
+.dotnet-daily/
+run-stress-* \ No newline at end of file