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:
|
Build_Release:
|
||||||
_BuildConfig: Release
|
_BuildConfig: Release
|
||||||
|
|
||||||
# - template: /eng/build.yml
|
- template: /eng/build.yml
|
||||||
# parameters:
|
parameters:
|
||||||
# agentOs: FreeBSD
|
agentOs: FreeBSD
|
||||||
# queue:
|
queue:
|
||||||
# name: Some FreeBSD queue
|
name: dnceng-freebsd-internal
|
||||||
# matrix:
|
matrix:
|
||||||
# Build_Release:
|
Build_Release:
|
||||||
# _BuildConfig: Release
|
_BuildConfig: Release
|
||||||
|
|
||||||
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
|
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
|
||||||
- job: Copy_SDK_To_Latest
|
- job: Copy_SDK_To_Latest
|
||||||
|
|
|
@ -101,7 +101,7 @@ phases:
|
||||||
env:
|
env:
|
||||||
DropSuffix: $(_DropSuffix)
|
DropSuffix: $(_DropSuffix)
|
||||||
|
|
||||||
- ${{ if eq(parameters.agentOs, 'Darwin') }}:
|
- ${{ if or(eq(parameters.agentOs, 'Darwin'), eq(parameters.agentOs, 'FreeBSD')) }}:
|
||||||
- script: ./build.sh
|
- script: ./build.sh
|
||||||
$(TestParameter)
|
$(TestParameter)
|
||||||
--pack --publish --ci
|
--pack --publish --ci
|
||||||
|
|
Loading…
Add table
Reference in a new issue