Skip to content

Commit

Permalink
Disable FreeBSD leg
Browse files Browse the repository at this point in the history
  • Loading branch information
dsplaisted committed Jan 8, 2019
1 parent 424024a commit 7c7f7ba
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7c7f7ba

Please sign in to comment.