From 85642f8147d9e2ba860c21baea25cbb4f12e665e Mon Sep 17 00:00:00 2001 From: Anton Firszov Date: Tue, 30 Nov 2021 18:16:30 +0100 Subject: 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. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitignore') 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 -- cgit v1.2.3