Re-enabling freebsd as a build leg.
This commit is contained in:
parent
380b914949
commit
e938207d08
2 changed files with 9 additions and 9 deletions
16
.vsts-ci.yml
16
.vsts-ci.yml
|
@ -235,14 +235,14 @@ jobs:
|
|||
Build_Release:
|
||||
_BuildConfig: Release
|
||||
|
||||
# - template: /eng/build.yml
|
||||
# parameters:
|
||||
# agentOs: FreeBSD
|
||||
# queue:
|
||||
# name: Some FreeBSD queue
|
||||
# matrix:
|
||||
# Build_Release:
|
||||
# _BuildConfig: Release
|
||||
- template: /eng/build.yml
|
||||
parameters:
|
||||
agentOs: FreeBSD
|
||||
queue:
|
||||
name: dnceng-freebsd-internal
|
||||
matrix:
|
||||
Build_Release:
|
||||
_BuildConfig: Release
|
||||
|
||||
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
|
||||
- job: Copy_SDK_To_Latest
|
||||
|
|
|
@ -101,7 +101,7 @@ phases:
|
|||
env:
|
||||
DropSuffix: $(_DropSuffix)
|
||||
|
||||
- ${{ if eq(parameters.agentOs, 'Darwin') }}:
|
||||
- ${{ if or(eq(parameters.agentOs, 'Darwin'), eq(parameters.agentOs, 'FreeBSD')) }}:
|
||||
- script: ./build.sh
|
||||
$(TestParameter)
|
||||
--pack --publish --ci
|
||||
|
|
Loading…
Add table
Reference in a new issue