2 Star 0 Fork 0

mirrors_microsoft/pytorch-cloud-geotiff-optimization

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
azure-pipelines.yml 1.16 KB
一键复制 编辑 原始数据 按行查看 历史
akramzaytar 提交于 2025-06-06 22:57 +08:00 . init
# Starter pipeline
# Start with a minimal pipeline that you can customize to build and deploy your code.
# Add steps that build, run tests, deploy, and more:
# https://aka.ms/yaml
# See more on PIP component governance here:
# https://github.com/microsoft/component-detection/blob/main/docs/detectors/pip.md
trigger:
- master
pool:
name: 'AI4GLPool-win2022'
variables:
# Enable PIP Component Governance (requirements.txt)
PipReportOverrideBehavior: 'SourceCodeScan'
steps:
- task: VulnerabilityAssessment@0
- task: CredScan@3
inputs:
verboseOutput: true
- task: PoliCheck@2
inputs:
targetType: 'F'
targetArgument: '$(Build.SourcesDirectory)'
result: 'PoliCheck.xml'
- task: UsePythonVersion@0
inputs:
versionSpec: '3.9'
addToPath: true
- task: ComponentGovernanceComponentDetection@0
inputs:
scanType: 'Register'
useDefaultDetectors: true
verbosity: 'Verbose'
alertWarningLevel: 'High'
- task: PublishSecurityAnalysisLogs@3
inputs:
ArtifactName: 'CodeAnalysisLogs'
ArtifactType: 'Container'
AllTools: true
ToolLogsNotFoundAction: 'Standard'
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_microsoft/pytorch-cloud-geotiff-optimization.git
git@gitee.com:mirrors_microsoft/pytorch-cloud-geotiff-optimization.git
mirrors_microsoft
pytorch-cloud-geotiff-optimization
pytorch-cloud-geotiff-optimization
main

搜索帮助