summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKyle Sferrazza2020-03-19 13:24:58 -0400
committerKyle Sferrazza2020-03-19 13:24:58 -0400
commit65fabb11fa8e9bdf5ee88bbdce911680110e2d16 (patch)
tree81dc8eaf9e3eb94aee03cdd46c7724129ab862ba /PKGBUILD
parentb8748210d0419b31250cd884b88c784ccf1ffbec (diff)
downloadaur-65fabb11fa8e9bdf5ee88bbdce911680110e2d16.tar.gz
export dotnet vars
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 35d0666baffe..ef6f1a5276f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,8 +30,8 @@ prepare() {
build() {
cd $pkgname
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true
- DOTNET_CLI_TELEMETRY_OPTOUT=true
+ export DOTNET_SKIP_FIRST_TIME_EXPERIENCE=true
+ export DOTNET_CLI_TELEMETRY_OPTOUT=true
## Restore
dotnet restore src/powershell-unix