File tree 3 files changed +2
-94
lines changed
3 files changed +2
-94
lines changed Original file line number Diff line number Diff line change @@ -70,29 +70,3 @@ extends:
70
70
displayName : ' Test'
71
71
- script : npm run lint
72
72
displayName : ' Lint'
73
-
74
- - stage : Release
75
- dependsOn : Build
76
- jobs :
77
- - job : Release
78
- condition : eq(variables['Build.SourceBranch'], 'refs/heads/main')
79
- # Output artifact to produce SBOM and to run SDL checks
80
- templateContext :
81
- outputs :
82
- - output : pipelineArtifact
83
- targetPath : $(Build.SourcesDirectory)
84
- artifactName : drop
85
- pool :
86
- name : 1es-oss-ubuntu-22.04-x64
87
- os : Linux
88
- steps :
89
- - task : NodeTool@0
90
- inputs :
91
- versionSpec : ' 20.x'
92
- displayName : ' Install Node.js'
93
- - script : |
94
- npm i
95
- displayName: 'Install dependencies and build'
96
- - script : |
97
- NPM_AUTH_TOKEN="$(NPM_AUTH_TOKEN)" node ./scripts/publish.js
98
- displayName: 'Publish to npm'
Original file line number Diff line number Diff line change 1
1
name : $(Date:yyyyMMdd)$(Rev:.r)
2
2
3
+ pr : none
3
4
trigger :
4
5
branches :
5
- include :
6
- - main
7
- pr : none
6
+ include : ["main"]
8
7
9
8
resources :
10
9
repositories :
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments