Auto csproj fix and update by bot.
This commit is contained in:
+2
-1
@@ -6,7 +6,6 @@ stages:
|
||||
- deploy
|
||||
|
||||
before_script:
|
||||
- "export DOTNET_CLI_TELEMETRY_OPTOUT=1"
|
||||
- "export PATH=$PATH:$HOME/.dotnet/tools"
|
||||
- "which jb || dotnet tool install JetBrains.ReSharper.GlobalTools --global --add-source https://nuget.aiursoft.com/v3/index.json --configfile ./nuget.config -v d"
|
||||
- "which reportgenerator || dotnet tool install dotnet-reportgenerator-globaltool --global --add-source https://nuget.aiursoft.com/v3/index.json --configfile ./nuget.config -v d"
|
||||
@@ -15,6 +14,8 @@ before_script:
|
||||
|
||||
variables:
|
||||
GIT_CLONE_PATH: "$CI_BUILDS_DIR/$CI_PROJECT_NAME/$CI_PIPELINE_ID"
|
||||
MSBUILDDISABLENODEREUSE: "1"
|
||||
DOTNET_CLI_TELEMETRY_OPTOUT: "1"
|
||||
|
||||
restore:
|
||||
stage: build
|
||||
|
||||
Reference in New Issue
Block a user