You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

30 lines
630 B

trigger:
- master
- main
stages:
- stage: build
displayName: Build
jobs:
- template: /eng/common/templates/jobs/jobs.yml
parameters:
enableMicrobuild: true
enableTelemetry: true
jobs:
- job: Windows
enableRichCodeNavigation: true
richCodeNavigationEnvironment: 'production'
pool:
name: NetCorePublic-Pool
queue: BuildPool.Windows.10.Amd64.VS2019.Open
steps:
- checkout: self
clean: true
- script: eng\cibuild.cmd
-restore
-build
-configuration Debug
displayName: Build