summarylogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index d245c35e7ae5..7ac578d797fa 100755
--- a/build.sh
+++ b/build.sh
@@ -1,6 +1,8 @@
#!/usr/bin/env bash
set -e
+export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true
+
## Restore
dotnet restore src/powershell-unix
dotnet restore src/ResGen