Auto csproj fix and update by bot.
This commit is contained in:
+3
-3
@@ -26,7 +26,7 @@ build:
|
|||||||
needs:
|
needs:
|
||||||
- restore
|
- restore
|
||||||
script:
|
script:
|
||||||
- dotnet build -maxcpucount:1 --no-self-contained
|
- dotnet build --no-self-contained
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
stage: lint
|
stage: lint
|
||||||
@@ -76,8 +76,8 @@ pack:
|
|||||||
- lint
|
- lint
|
||||||
- test
|
- test
|
||||||
script:
|
script:
|
||||||
- dotnet build -maxcpucount:1 --configuration Release --no-self-contained *.sln
|
- dotnet build --configuration Release --no-self-contained *.sln
|
||||||
- dotnet pack -maxcpucount:1 --configuration Release *.sln || echo "Some packaging failed!"
|
- dotnet pack --configuration Release *.sln || echo "Some packaging failed!"
|
||||||
artifacts:
|
artifacts:
|
||||||
expire_in: 1 week
|
expire_in: 1 week
|
||||||
paths:
|
paths:
|
||||||
|
|||||||
Reference in New Issue
Block a user