Added DOTNET_SYSTEM_GLOBALIZATION_INVARIANT to CI environment
Some checks failed
ydeng/props/pipeline/head There was a failure building this commit
Some checks failed
ydeng/props/pipeline/head There was a failure building this commit
This commit is contained in:
parent
a79ab89869
commit
9cb4219ba8
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -8,6 +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_ROOT=$HOME/.dotnet\' >> ~/.profile
|
||||
echo \'export PATH=$PATH:$DOTNET_ROOT:$DOTNET_ROOT/tools\' >> ~/.profile
|
||||
# Installing Node Version Manager
|
||||
|
Loading…
Reference in New Issue
Block a user