infer/build/nightly-netcore.yml

35 строки
831 B
YAML

# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
# See the LICENSE file in the project root for more information.
# Nightly build using .NET Core
name: 0.3.$(Date:yyMM).$(Date:dd)$(Rev:rr)
resources:
- repo: self
clean: true
queue:
timeoutInMinutes: 120
trigger: none # disable CI build
steps:
- task: DotNetCoreInstaller@0
inputs:
packageType: 'sdk'
version: '2.1.403'
- script: |
dotnet build /p:DisableImplicitNuGetFallbackFolder=true --configuration $(BuildConfiguration)Core Infer.sln
displayName: Build Solution
- template: netcoretest-fast.yml
parameters:
Configuration: '$(BuildConfiguration)Core'
- template: evaluator-netcore.yml
parameters:
Configuration: '$(BuildConfiguration)Core'