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

Auto dependencies upgrade by bot.

See merge request aiursoft/chessserver!109
This commit is contained in:
Anduin Xue
2025-02-01 13:50:20 +00:00
+3 -3
View File
@@ -26,7 +26,7 @@ build:
needs:
- restore
script:
- dotnet build --no-self-contained
- dotnet build -maxcpucount:1 --no-self-contained
lint:
stage: lint
@@ -76,8 +76,8 @@ pack:
- lint
- test
script:
- dotnet build --configuration Release --no-self-contained *.sln
- dotnet pack --configuration Release *.sln || echo "Some packaging failed!"
- dotnet build -maxcpucount:1 --configuration Release --no-self-contained *.sln
- dotnet pack -maxcpucount:1 --configuration Release *.sln || echo "Some packaging failed!"
artifacts:
expire_in: 1 week
paths: