microsoft/vscode-react-native

Public

mirrored from https://github.com/microsoft/vscode-react-nativeAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
transitive-dependency-serialize-javascript-root

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

.ci/master-pipeline.yml

82lines · modeblame

de838bbfJiglioNero6 years ago1trigger:
2- master
0af37fcdYuri Skorokhodov6 years ago3- preview
d06a428fEzio Li3 years ago4variables:
5Codeql.Enabled: true
de838bbfJiglioNero6 years ago6pr:
7- none
572a4c9bEzio Li2 years ago8resources:
9repositories:
10- repository: 1ESPipelineTemplates
11type: git
12name: 1ESPipelineTemplates/1ESPipelineTemplates
13ref: refs/tags/release
14extends:
15template: v1/1ES.Official.PipelineTemplate.yml@1ESPipelineTemplates
16parameters:
deaeda10Yuri Skorokhodov5 years ago17pool:
572a4c9bEzio Li2 years ago18name: VSWebDiag1ESPipelinePool
19image: VSWebDiag_1ESImage_Windows
20os: windows
21customBuildTags:
22- ES365AIMigrationTooling
23stages:
24- stage: stage
25jobs:
26- job: Linux
27pool:
28name: VSWebDiag1ESPipelinePool
29image: VSWebDiag_1ESImage_Ubuntu
30os: linux
31timeoutInMinutes: 20
32templateContext:
33outputs:
34- output: pipelineArtifact
35displayName: "Publish artifacts: drop-win"
36targetPath: "$(Build.ArtifactStagingDirectory)"
37artifactName: "drop-win"
38steps:
39- checkout: self
40clean: true
41- template: /.ci/common-validation.yml@self
42- task: ComponentGovernanceComponentDetection@0
43displayName: "Component Detection"
44inputs:
45ignoreDirectories: ".vscode-test"
46- task: notice@0
47displayName: "NOTICE File Generator"
48inputs:
49outputfile: "ThirdPartyNotices_Generated.txt"
50additionaldata: release/AdditionalAttributions.txt
51- bash: gulp release
52displayName: "gulp release"
53- bash: 'node -e "console.log(require(''./package.json'').version)" -> version.txt'
54displayName: "Strip version from package.json and save to version.txt"
55- task: CopyFiles@2
56displayName: "Copy Files to: $(Build.ArtifactStagingDirectory)"
57inputs:
58Contents: |
59*.vsix
60CHANGELOG.md
61version.txt
62TargetFolder: "$(Build.ArtifactStagingDirectory)"
63- job: Windows
64pool:
65name: VSWebDiag1ESPipelinePool
66image: VSWebDiag_1ESImage_Windows
67os: windows
68timeoutInMinutes: 20
69steps:
70- checkout: self
71clean: true
72- template: /.ci/common-validation.yml@self
73- job: macOS
74pool:
75name: Azure Pipelines
76image: macos-latest
77os: macOS
78timeoutInMinutes: 20
79steps:
80- checkout: self
81clean: true
82- template: /.ci/common-validation.yml@self