This commit is contained in:
Xin Shi 2022-11-21 10:46:46 -08:00 коммит произвёл GitHub
Родитель a2b0775321
Коммит aefeb67269
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -49,7 +49,9 @@ jobs:
- script: |
curl -o run_infersharp.sh https://raw.githubusercontent.com/microsoft/infersharpaction/v1.4/run_infersharp_ci.sh
curl -o .inferconfig https://raw.githubusercontent.com/microsoft/infersharp/v1.4/.inferconfig
chmod +x run_infersharp.sh
chmod +x .inferconfig
./run_infersharp.sh $(System.ArtifactsDirectory)
displayName: 'Run Infer# analysis'
@ -63,4 +65,4 @@ jobs:
inputs:
PathtoPublish: "$(Build.SourcesDirectory)/infer-out/report.sarif"
ArtifactName: "infersharp-output"
publishLocation: "Container"
publishLocation: "Container"