removed condition

This commit is contained in:
seraphima
2024-01-12 14:25:08 +01:00
parent 7d15b4137a
commit 5e6c704eb4

View File

@@ -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/') }}: