This commit is contained in:
NishantRajputRN
2026-04-16 17:41:35 +05:30
parent 6868b61f82
commit 795c0addc3
3 changed files with 9 additions and 79 deletions
+8 -8
View File
@@ -3,12 +3,12 @@
#
# Same self-hosted pool as other repos — if this pipeline stays Queued or ignores your agent:
# 1) Pipelines → this pipeline → Edit → ⋯ → Triggers → YAML file path must be THIS file
# (repo root: /PerformicsDevOps.yml). Default lookup is only /azure-pipelines.yml.
# (repo root: /azure-pipelines.yml).
# 2) Project Settings → Agent pools → PerformicsCICD → Security → grant this pipeline access
# (or enable "Grant access permission to all pipelines").
#
# Run on every push directly to main (and when merging into main via PR).
# name: PerformicsDevOps-$(Date:yyyyMMdd)$(Rev:.r)
name: PerformicsDevOps-$(Date:yyyyMMdd)$(Rev:.r)
trigger:
branches:
@@ -60,12 +60,12 @@ jobs:
# displayName: ESLint
# continueOnError: false
# - script: |
# set -euo pipefail
# cd android
# ./gradlew assembleRelease
# displayName: Android assembleRelease
# continueOnError: false
- script: |
set -euo pipefail
cd android
./gradlew assembleRelease
displayName: Android assembleRelease
continueOnError: false
# - script: npm test -- --ci --coverage
# displayName: Jest