forked from dotnet/efcore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
azure-pipelines-richnav.yml
35 lines (33 loc) · 1020 Bytes
/
azure-pipelines-richnav.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
trigger:
branches:
include:
- main
stages:
- stage: build
displayName: Build
jobs:
- template: eng/common/templates/jobs/jobs.yml
parameters:
enableMicrobuild: true
enableRichCodeNavigation: true
richCodeNavigationEnvironment: production
helixRepo: dotnet/efcore
jobs:
- job: Windows
timeoutInMinutes: 90
enablePublishTestResults: true
pool:
name: NetCorePublic-Pool
queue: BuildPool.Server.Amd64.VS2017.Open
steps:
- task: NuGetCommand@2
displayName: 'Clear NuGet caches'
condition: succeeded()
inputs:
command: custom
arguments: 'locals all -clear'
- task: PowerShell@2
inputs:
filePath: $(Build.SourcesDirectory)\eng\common\build.ps1
arguments: -restore -build -ci
displayName: Build