summarylogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorKyle Sferrazza2017-12-18 23:37:00 -0500
committerKyle Sferrazza2017-12-18 23:37:00 -0500
commit37886d153283aa06733b3e8e134f3610ac6d77f0 (patch)
tree21576381b3163ce36ae397f681002d765c788272 /build.sh
parent903ce3ee631d0f0e3c09db00af95d803c9221abf (diff)
downloadaur-37886d153283aa06733b3e8e134f3610ac6d77f0.tar.gz
RC2
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