feature/add-client #21

Merged
benoybose merged 30 commits from feature/add-client into dev 2025-04-21 09:19:04 +00:00
Showing only changes of commit 0f11768b65 - Show all commits

View File

@ -0,0 +1,30 @@
trigger:
- dev
pool:
vmImage: "ubuntu-latest"
variables:
major: $(VERSION_MAJOR)
minor: $(VERSION_MINOR)
prefix: $[format('{0}.{1}', variables['major'], variables['minor'])]
patch: $[counter(variables['prefix'], 100)]
buildNumber: $(major).$(minor).$(patch)
resources:
repositories:
- repository: templateRepo
endpoint: cosq-network
type: github
name: cosq-network/azure-build-pipeline-templates
extends:
template: firebase-functions-deploy.yaml@templateRepo
parameters:
nodeVersion: "20"
firebaseTokenSecret: $(FIREBASE_TOKEN)
functionsWorkingDirectory: "$(Build.SourcesDirectory)/functions"
envExamplePath: "$(Build.SourcesDirectory)/functions/.env.example"
envPath: "$(Build.SourcesDirectory)/functions/.env"
buildNumber: $(buildNumber)
buildType: qa