src dir variable

This commit is contained in:
seraphima
2024-02-27 12:40:46 +01:00
parent 69de2646c6
commit 41edad57cb
2 changed files with 8 additions and 2 deletions

View File

@@ -6,6 +6,8 @@ jobs:
- job: UITest
displayName: UI Test ${{ parameters.platform }} ${{ parameters.configuration }}
dependsOn: Build${{ parameters.platform }}${{ parameters.configuration }}
variables:
SrcPath: $(Build.Repository.LocalPath)
pool:
${{ if eq(variables['System.CollectionUri'], 'https://dev.azure.com/ms/') }}:
name: SHINE-OSS-Testing-x64