aboutsummaryrefslogtreecommitdiff
path: root/test/dotnet/dotnet_env.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/dotnet/dotnet_env.sh')
-rw-r--r--test/dotnet/dotnet_env.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/dotnet/dotnet_env.sh b/test/dotnet/dotnet_env.sh
new file mode 100644
index 0000000..37b14ea
--- /dev/null
+++ b/test/dotnet/dotnet_env.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+export DOTNET_NOLOGO=true
+export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true
+export DOTNET_GENERATE_ASPNET_CERTIFICATE=false \ No newline at end of file