1 Star 1 Fork 2

休息一下/roslyn

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
azure-pipelines-richnav.yml 722 Bytes
一键复制 编辑 原始数据 按行查看 历史
trigger:
- master
pr: none
jobs:
- job: RichCodeNav_Indexing
pool:
name: NetCorePublic-Pool
queue: BuildPool.Windows.10.Amd64.Open
variables:
EnableRichCodeNavigation: true
timeoutInMinutes: 200
steps:
- task: PowerShell@2
displayName: Build
inputs:
filePath: eng/build.ps1
arguments: -ci -restore -build -binaryLog -configuration Debug -prepareMachine
- task: RichCodeNavIndexer@0
displayName: RichCodeNav Upload
inputs:
languages: 'csharp'
environment: production
richNavLogOutputDirectory: $(Build.SourcesDirectory)/artifacts/bin
continueOnError: true
env:
DOTNET_ROOT: $(Build.SourcesDirectory)/.dotnet
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/mileage_of_the_sky/roslyn.git
git@gitee.com:mileage_of_the_sky/roslyn.git
mileage_of_the_sky
roslyn
roslyn
1.4

搜索帮助