File tree Expand file tree Collapse file tree 6 files changed +138
-0
lines changed
react/igr-ts/projects/_base/files/__dot__azure
webcomponents/igc-ts/projects/_base/files/__dot__azure
_base_with_home/files/__dot__azure
_base_with_home/files/__dot__azure Expand file tree Collapse file tree 6 files changed +138
-0
lines changed Original file line number Diff line number Diff line change 1+ name : Azure CI
2+
3+ trigger :
4+ branches :
5+ include : [ $(yamlDefaultBranch) ]
6+
7+ pr :
8+ branches :
9+ include : [ $(yamlDefaultBranch) ]
10+
11+ pool :
12+ vmImage : ' ubuntu-latest'
13+
14+ steps :
15+ - script : npm i # replace with 'npm ci' after committing lock file from first install
16+ displayName : ' Install dependencies'
17+ - script : npm run lint
18+ displayName : ' Run linter'
19+ continueOnError : true
20+ - script : npm run build
21+ displayName : ' Build the project'
22+ - script : npm run test
23+ displayName : ' Run tests'
Original file line number Diff line number Diff line change 1+ name : Azure CI
2+
3+ trigger :
4+ branches :
5+ include : [ $(yamlDefaultBranch) ]
6+
7+ pr :
8+ branches :
9+ include : [ $(yamlDefaultBranch) ]
10+
11+ pool :
12+ vmImage : ' ubuntu-latest'
13+
14+ steps :
15+ - script : npm i # replace with 'npm ci' after committing lock file from first install
16+ displayName : ' Install dependencies'
17+ - script : npm run lint
18+ displayName : ' Run linter'
19+ continueOnError : true
20+ - script : npm run build
21+ displayName : ' Build the project'
22+ - script : npm run test
23+ displayName : ' Run tests'
Original file line number Diff line number Diff line change 1+ name : Azure CI
2+
3+ trigger :
4+ branches :
5+ include : [ <%=yamlDefaultBranch%> ]
6+
7+ pr :
8+ branches :
9+ include : [ <%=yamlDefaultBranch%> ]
10+
11+ pool :
12+ vmImage : ' ubuntu-latest'
13+
14+ steps :
15+ - script : npm i # replace with 'npm ci' after committing lock file from first install
16+ displayName : ' Install dependencies'
17+ - script : npm run lint
18+ displayName : ' Run linter'
19+ continueOnError : true
20+ - script : npm run build
21+ displayName : ' Build the project'
22+ - script : npm run test -- --watch=false --browsers ChromeHeadless
23+ displayName : ' Run tests'
Original file line number Diff line number Diff line change 1+ name : Azure CI
2+
3+ trigger :
4+ branches :
5+ include : [ <%=yamlDefaultBranch%> ]
6+
7+ pr :
8+ branches :
9+ include : [ <%=yamlDefaultBranch%> ]
10+
11+ pool :
12+ vmImage : ' ubuntu-latest'
13+
14+ steps :
15+ - script : npm i # replace with 'npm ci' after committing lock file from first install
16+ displayName : ' Install dependencies'
17+ - script : npm run lint
18+ displayName : ' Run linter'
19+ continueOnError : true
20+ - script : npm run build
21+ displayName : ' Build the project'
22+ - script : npm run test -- --watch=false --browsers ChromeHeadless
23+ displayName : ' Run tests'
Original file line number Diff line number Diff line change 1+ name : Azure CI
2+
3+ trigger :
4+ branches :
5+ include : [ <%=yamlDefaultBranch%> ]
6+
7+ pr :
8+ branches :
9+ include : [ <%=yamlDefaultBranch%> ]
10+
11+ pool :
12+ vmImage : ' ubuntu-latest'
13+
14+ steps :
15+ - script : npm i # replace with 'npm ci' after committing lock file from first install
16+ displayName : ' Install dependencies'
17+ - script : npm run lint
18+ displayName : ' Run linter'
19+ continueOnError : true
20+ - script : npm run build
21+ displayName : ' Build the project'
22+ - script : npm run test -- --watch=false --browsers ChromeHeadless
23+ displayName : ' Run tests'
Original file line number Diff line number Diff line change 1+ name : Azure CI
2+
3+ trigger :
4+ branches :
5+ include : [ <%=yamlDefaultBranch%> ]
6+
7+ pr :
8+ branches :
9+ include : [ <%=yamlDefaultBranch%> ]
10+
11+ pool :
12+ vmImage : ' ubuntu-latest'
13+
14+ steps :
15+ - script : npm i # replace with 'npm ci' after committing lock file from first install
16+ displayName : ' Install dependencies'
17+ - script : npm run lint
18+ displayName : ' Run linter'
19+ continueOnError : true
20+ - script : npm run build
21+ displayName : ' Build the project'
22+ - script : npm run test -- --watch=false --browsers ChromeHeadless
23+ displayName : ' Run tests'
You can’t perform that action at this time.
0 commit comments