Merge branch 'users/nugetninja/evergreen' into 'master'

Auto dependencies upgrade by bot.

See merge request aiursoft/chessserver!23
This commit is contained in:
Anduin Xue
2024-02-06 13:45:55 +00:00
-6
View File
@@ -10,13 +10,7 @@ before_script:
- 'export PATH=$PATH:$HOME/.dotnet/tools'
- 'dotnet tool install JetBrains.ReSharper.GlobalTools --global || echo "JB already installed."'
- 'dotnet tool install dotnet-reportgenerator-globaltool --global || echo "DRG already installed."'
- 'cat /etc/lsb-release && uname -a && pwd && ls -ashl'
- 'echo "Hostname: $(hostname)"'
- 'echo "Uptime: $(uptime -p)"'
- 'echo "Memory: $(free -h | awk "/^Mem:/{print \$2}")"'
- 'echo "CPU Cores: $(nproc)"'
- 'echo "Available Disk Space: $(df -h --output=avail / | tail -1)"'
- 'echo "IP Address: $(hostname -I)"'
- 'dotnet --info'
restore: