mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-19 06:14:11 +08:00
[CI] Switch to preview agent
This commit is contained in:
parent
26c8e1b1bf
commit
330f1669fb
@ -12,7 +12,7 @@ jobs:
|
|||||||
NUGET_RESTORE_MSBUILD_ARGS: /p:Platform=${{ parameters.platform }} # Required for nuget to work due to self contained
|
NUGET_RESTORE_MSBUILD_ARGS: /p:Platform=${{ parameters.platform }} # Required for nuget to work due to self contained
|
||||||
NODE_OPTIONS: --max_old_space_size=16384
|
NODE_OPTIONS: --max_old_space_size=16384
|
||||||
pool:
|
pool:
|
||||||
demands: ImageOverride -equals SHINE-VS17-Latest
|
demands: ImageOverride -equals SHINE-VS17-Preview
|
||||||
${{ if eq(variables['System.CollectionUri'], 'https://dev.azure.com/ms/') }}:
|
${{ if eq(variables['System.CollectionUri'], 'https://dev.azure.com/ms/') }}:
|
||||||
name: SHINE-OSS-L
|
name: SHINE-OSS-L
|
||||||
${{ if ne(variables['System.CollectionUri'], 'https://dev.azure.com/ms/') }}:
|
${{ if ne(variables['System.CollectionUri'], 'https://dev.azure.com/ms/') }}:
|
||||||
|
Loading…
Reference in New Issue
Block a user