Change site extension build pool to dotnet-external-temp (#7114)
This commit is contained in:
parent
ef1fc9e5c7
commit
c06f896fdc
|
|
@ -5,6 +5,8 @@ trigger:
|
||||||
|
|
||||||
phases:
|
phases:
|
||||||
- phase: SiteExtensions
|
- phase: SiteExtensions
|
||||||
|
pool:
|
||||||
|
name: dotnet-internal-temp
|
||||||
variables:
|
variables:
|
||||||
CI: true
|
CI: true
|
||||||
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
|
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue