From 7c7f7bae6aa113c2b0bcf3b699dda6ecbf561e77 Mon Sep 17 00:00:00 2001 From: Daniel Plaisted Date: Mon, 7 Jan 2019 17:53:44 -0800 Subject: [PATCH] Disable FreeBSD leg See https://github.com/dotnet/core-sdk/issues/248 --- .vsts-ci.yml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 899f481d1..69bc3d15e 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -238,16 +238,17 @@ jobs: Build_Release: _BuildConfig: Release -- template: /eng/build.yml - parameters: - agentOs: FreeBSD - queue: - name: dnceng-freebsd-internal - timeoutInMinutes: 180 - matrix: - Build_Release: - _BuildConfig: Release - _AdditionalBuildParameters: '/p:DisableSourceLink=true /p:DISABLE_CROSSGEN=true' +# https://github.com/dotnet/core-sdk/issues/248 +# - template: /eng/build.yml +# parameters: +# agentOs: FreeBSD +# queue: +# name: dnceng-freebsd-internal +# timeoutInMinutes: 180 +# matrix: +# Build_Release: +# _BuildConfig: Release +# _AdditionalBuildParameters: '/p:DisableSourceLink=true /p:DISABLE_CROSSGEN=true' - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: - job: Copy_SDK_To_Latest