-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
raul melo
authored and
raul melo
committed
Mar 13, 2024
1 parent
912158a
commit 04635fc
Showing
18 changed files
with
444 additions
and
353 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 32 additions & 0 deletions
32
application-webcomponents/src/env-b2c/root-files/azure-pipelines.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Angular | ||
# Build and test Angular Projects. | ||
# Autor: Zama Bandeira Braga <zamabraga@wiz.co> | ||
# Mais informação: https://wizco.topdesk.net/tas/public/ssp/content/detail/knowledgeitem?unid=e7d0f51ade324ec289891b0892dd0837 | ||
# Issues: https://wizco.topdesk.net/tas/public/ssp/content/serviceflow?unid=3cd6a6f61e4a49689212298c0cdbd427&from=86304f95-4cc7-46aa-ae25-1c6af55eafc5&openedFromService=true | ||
# Exemplos: https://dev.azure.com/wizsolucoes/WizPipelines/_git/exemplos | ||
|
||
resources: | ||
repositories: | ||
- repository: coretemplate | ||
type: git | ||
name: WizPipelines/core-template | ||
ref: refs/heads/angular-v2 | ||
|
||
pool: | ||
vmImage: ubuntu-latest | ||
|
||
trigger: | ||
batch: 'true' | ||
branches: | ||
exclude: [ 'refs/heads/feature/*' ] | ||
paths: | ||
exclude: | ||
- README.md | ||
|
||
extends: | ||
template: angular/modulo.yml@coretemplate | ||
parameters: | ||
produtoDigital: <%= PRODUCT_NAME%> | ||
nodeVersion: "18.x" | ||
modulos: | ||
<%= PROJECTS_NAMES%> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
44 changes: 20 additions & 24 deletions
44
application-webcomponents/src/template-pipeline-ci/root-files/azure-pipelines.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,32 @@ | ||
# Node.js with Angular | ||
# Build a Node.js project that uses Angular. | ||
# Add steps that analyze code, save build artifacts, deploy, and more: | ||
# https://docs.microsoft.com/azure/devops/pipelines/languages/javascript | ||
# YAML reference: | ||
# https://docs.microsoft.com/en-us/azure/devops/pipelines/yaml-schema | ||
# Angular | ||
# Build and test Angular Projects. | ||
# Autor: Zama Bandeira Braga <zamabraga@wiz.co> | ||
# Mais informação: https://wizco.topdesk.net/tas/public/ssp/content/detail/knowledgeitem?unid=e7d0f51ade324ec289891b0892dd0837 | ||
# Issues: https://wizco.topdesk.net/tas/public/ssp/content/serviceflow?unid=3cd6a6f61e4a49689212298c0cdbd427&from=86304f95-4cc7-46aa-ae25-1c6af55eafc5&openedFromService=true | ||
# Exemplos: https://dev.azure.com/wizsolucoes/WizPipelines/_git/exemplos | ||
|
||
resources: | ||
repositories: | ||
- repository: coretemplate | ||
type: git | ||
name: WizPipelines/core-template | ||
ref: refs/heads/equinix | ||
ref: refs/heads/angular-v2 | ||
|
||
pool: | ||
vmImage: ubuntu-latest | ||
|
||
trigger: | ||
batch: 'true' | ||
branches: | ||
exclude: ["refs/heads/feature/*"] | ||
exclude: [ 'refs/heads/feature/*' ] | ||
paths: | ||
exclude: ["README.md"] | ||
|
||
pool: | ||
vmImage: "ubuntu-latest" | ||
|
||
exclude: | ||
- README.md | ||
|
||
extends: | ||
template: main.yml@coretemplate | ||
template: angular/modulo.yml@coretemplate | ||
parameters: | ||
technology: "angular" | ||
deploymentType: "webapp" | ||
azResourceName: "<%= folderName%>" | ||
azSubscriptionUAT: "WX1" | ||
azSubscriptionPRD: "WX1" | ||
instrumentationKey: "c9dd9600-aa5b-4a28-9fd7-5e472cd30899" | ||
npmNodeVersion: '18' | ||
appConfig: | ||
httpPath: "modulo" | ||
httpPathModule: "<%= folderName%>" | ||
produtoDigital: <%= PRODUCT_NAME%> | ||
nodeVersion: "18.x" | ||
modulos: | ||
- <%= folderName%> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.