Auto csproj fix and update by bot.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user