diff --git a/Jenkinsfile b/Jenkinsfile index 72e67e8..ea55b05 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,7 +8,7 @@ pipeline { # According to https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-install-script#examples # and https://learn.microsoft.com/en-us/dotnet/core/install/linux-scripted-manual#scripted-install curl -L -o- https://dot.net/v1/dotnet-install.sh | bash -s -- --channel 8.0 - echo \'DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1\' >> ~/.profile + echo \'export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1\' >> ~/.profile echo \'export DOTNET_ROOT=$HOME/.dotnet\' >> ~/.profile echo \'export PATH=$PATH:$DOTNET_ROOT:$DOTNET_ROOT/tools\' >> ~/.profile # Installing Node Version Manager