oops
This commit is contained in:
parent
f5c955d584
commit
43a44557cb
3 changed files with 12 additions and 12 deletions
16
.vsts-ci.yml
16
.vsts-ci.yml
|
@ -53,10 +53,10 @@ stages:
|
||||||
agentOs: Windows_NT
|
agentOs: Windows_NT
|
||||||
pool:
|
pool:
|
||||||
${{ if eq(variables['System.TeamProject'], 'public') }}:
|
${{ if eq(variables['System.TeamProject'], 'public') }}:
|
||||||
name: NetCore1ESPool-Svc-Public
|
name: NetCore1ESPool-Public
|
||||||
demands: ImageOverride -equals build.windows.10.amd64.vs2019.open
|
demands: ImageOverride -equals build.windows.10.amd64.vs2019.open
|
||||||
${{ if eq(variables['System.TeamProject'], 'internal') }}:
|
${{ if eq(variables['System.TeamProject'], 'internal') }}:
|
||||||
name: NetCore1ESPool-Svc-Internal
|
name: NetCore1ESPool-Internal
|
||||||
demands: ImageOverride -equals build.windows.10.amd64.vs2019
|
demands: ImageOverride -equals build.windows.10.amd64.vs2019
|
||||||
timeoutInMinutes: 180
|
timeoutInMinutes: 180
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -104,10 +104,10 @@ stages:
|
||||||
agentOs: Windows_NT
|
agentOs: Windows_NT
|
||||||
pool:
|
pool:
|
||||||
${{ if eq(variables['System.TeamProject'], 'public') }}:
|
${{ if eq(variables['System.TeamProject'], 'public') }}:
|
||||||
name: NetCore1ESPool-Svc-Public
|
name: NetCore1ESPool-Public
|
||||||
demands: ImageOverride -equals build.windows.10.amd64.vs2019.open
|
demands: ImageOverride -equals build.windows.10.amd64.vs2019.open
|
||||||
${{ if eq(variables['System.TeamProject'], 'internal') }}:
|
${{ if eq(variables['System.TeamProject'], 'internal') }}:
|
||||||
name: NetCore1ESPool-Svc-Internal
|
name: NetCore1ESPool-Internal
|
||||||
demands: ImageOverride -equals build.windows.10.amd64.vs2019
|
demands: ImageOverride -equals build.windows.10.amd64.vs2019
|
||||||
timeoutInMinutes: 180
|
timeoutInMinutes: 180
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -133,10 +133,10 @@ stages:
|
||||||
agentOs: Linux
|
agentOs: Linux
|
||||||
pool:
|
pool:
|
||||||
${{ if eq(variables['System.TeamProject'], 'public') }}:
|
${{ if eq(variables['System.TeamProject'], 'public') }}:
|
||||||
name: NetCore1ESPool-Svc-Public
|
name: NetCore1ESPool-Public
|
||||||
demands: ImageOverride -equals Build.Ubuntu.1604.Amd64.Open
|
demands: ImageOverride -equals Build.Ubuntu.1604.Amd64.Open
|
||||||
${{ if eq(variables['System.TeamProject'], 'internal') }}:
|
${{ if eq(variables['System.TeamProject'], 'internal') }}:
|
||||||
name: NetCore1ESPool-Svc-Internal
|
name: NetCore1ESPool-Internal
|
||||||
demands: ImageOverride -equals Build.Ubuntu.1604.Amd64
|
demands: ImageOverride -equals Build.Ubuntu.1604.Amd64
|
||||||
timeoutInMinutes: 180
|
timeoutInMinutes: 180
|
||||||
strategy:
|
strategy:
|
||||||
|
@ -298,10 +298,10 @@ stages:
|
||||||
agentOs: Linux
|
agentOs: Linux
|
||||||
pool:
|
pool:
|
||||||
${{ if eq(variables['System.TeamProject'], 'public') }}:
|
${{ if eq(variables['System.TeamProject'], 'public') }}:
|
||||||
name: NetCore1ESPool-Svc-Public
|
name: NetCore1ESPool-Public
|
||||||
demands: ImageOverride -equals Build.Ubuntu.1604.Amd64.Open
|
demands: ImageOverride -equals Build.Ubuntu.1604.Amd64.Open
|
||||||
${{ if eq(variables['System.TeamProject'], 'internal') }}:
|
${{ if eq(variables['System.TeamProject'], 'internal') }}:
|
||||||
name: NetCore1ESPool-Svc-Internal
|
name: NetCore1ESPool-Internal
|
||||||
demands: ImageOverride -equals Build.Ubuntu.1604.Amd64
|
demands: ImageOverride -equals Build.Ubuntu.1604.Amd64
|
||||||
timeoutInMinutes: 180
|
timeoutInMinutes: 180
|
||||||
strategy:
|
strategy:
|
||||||
|
|
|
@ -6,10 +6,10 @@ jobs:
|
||||||
displayName: Source-Build Create Tarball
|
displayName: Source-Build Create Tarball
|
||||||
pool:
|
pool:
|
||||||
${{ if eq(variables['System.TeamProject'], 'public') }}:
|
${{ if eq(variables['System.TeamProject'], 'public') }}:
|
||||||
name: NetCore1ESPool-Svc-Public
|
name: NetCore1ESPool-Public
|
||||||
demands: ImageOverride -equals Build.Ubuntu.1604.Amd64.Open
|
demands: ImageOverride -equals Build.Ubuntu.1604.Amd64.Open
|
||||||
${{ if eq(variables['System.TeamProject'], 'internal') }}:
|
${{ if eq(variables['System.TeamProject'], 'internal') }}:
|
||||||
name: NetCore1ESPool-Svc-Internal
|
name: NetCore1ESPool-Internal
|
||||||
demands: ImageOverride -equals Build.Ubuntu.1604.Amd64
|
demands: ImageOverride -equals Build.Ubuntu.1604.Amd64
|
||||||
variables:
|
variables:
|
||||||
_BuildConfig: Release
|
_BuildConfig: Release
|
||||||
|
|
|
@ -17,10 +17,10 @@ jobs:
|
||||||
dependsOn: ${{ parameters.dependsOn }}
|
dependsOn: ${{ parameters.dependsOn }}
|
||||||
pool:
|
pool:
|
||||||
${{ if eq(variables['System.TeamProject'], 'public') }}:
|
${{ if eq(variables['System.TeamProject'], 'public') }}:
|
||||||
name: NetCore1ESPool-Svc-Public
|
name: NetCore1ESPool-Public
|
||||||
demands: ImageOverride -equals Build.Ubuntu.1604.Amd64.Open
|
demands: ImageOverride -equals Build.Ubuntu.1604.Amd64.Open
|
||||||
${{ if eq(variables['System.TeamProject'], 'internal') }}:
|
${{ if eq(variables['System.TeamProject'], 'internal') }}:
|
||||||
name: NetCore1ESPool-Svc-Internal
|
name: NetCore1ESPool-Internal
|
||||||
demands: ImageOverride -equals Build.Ubuntu.1604.Amd64
|
demands: ImageOverride -equals Build.Ubuntu.1604.Amd64
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|
Loading…
Reference in a new issue