浏览代码

Update sonar.yml

/main/sonarqube
GitHub 2 年前
当前提交
84da7d69
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
      .yamato/sonar.yml

1
.yamato/sonar.yml


UNITY_VERSION: 2022.1.0a16
commands:
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.it.unity3d.com/artifactory/api/npm/upm-npm
- brew upgrade unity/homebrew-unity/unity-downloader-cli
- unity-downloader-cli -u $UNITY_VERSION -c Editor
- brew install mono corretto
- curl https://github.com/SonarSource/sonar-scanner-msbuild/releases/download/5.2.1.31210/sonar-scanner-msbuild-5.2.1.31210-net46.zip -o sonar-scanner-msbuild-net46.zip -L

正在加载...
取消
保存