mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 20:27:36 +02:00
removed condition
This commit is contained in:
@@ -7,12 +7,6 @@ jobs:
|
|||||||
- job: UI tests ${{ parameters.platform }}${{ parameters.configuration }}
|
- job: UI tests ${{ parameters.platform }}${{ parameters.configuration }}
|
||||||
displayName: Run UI tests ${{ parameters.platform }} ${{ parameters.configuration }}
|
displayName: Run UI tests ${{ parameters.platform }} ${{ parameters.configuration }}
|
||||||
dependsOn: Build${{ parameters.platform }}${{ parameters.configuration }}
|
dependsOn: Build${{ parameters.platform }}${{ parameters.configuration }}
|
||||||
condition: and(succeeded(),ne(dependencies.Precheck.outputs['verifyBuildRequest.skipBuild'], 'Yes'))
|
|
||||||
variables:
|
|
||||||
BuildConfiguration: ${{ parameters.configuration }}
|
|
||||||
BuildPlatform: ${{ parameters.platform }}
|
|
||||||
NUGET_RESTORE_MSBUILD_ARGS: /p:Platform=${{ parameters.platform }} # Required for nuget to work due to self contained
|
|
||||||
NODE_OPTIONS: --max_old_space_size=16384
|
|
||||||
pool:
|
pool:
|
||||||
demands: ImageOverride -equals SHINE-VS17-Latest
|
demands: ImageOverride -equals SHINE-VS17-Latest
|
||||||
${{ if eq(variables['System.CollectionUri'], 'https://dev.azure.com/ms/') }}:
|
${{ if eq(variables['System.CollectionUri'], 'https://dev.azure.com/ms/') }}:
|
||||||
|
|||||||
Reference in New Issue
Block a user