2022-01-22 14:54:45 -05:00
|
|
|
trigger:
|
2022-02-02 11:33:00 -05:00
|
|
|
- main
|
2022-01-22 14:54:45 -05:00
|
|
|
|
|
|
|
pool:
|
2022-02-02 11:33:00 -05:00
|
|
|
vmImage: 'ubuntu-latest'
|
2022-01-22 14:54:45 -05:00
|
|
|
|
|
|
|
steps:
|
2022-02-02 11:33:00 -05:00
|
|
|
- script: yarn install
|
|
|
|
displayName: 🛠️ Install Dependencies
|
|
|
|
- script: yarn build
|
|
|
|
displayName: 🚀 Build Plugin
|
|
|
|
- task: PublishPipelineArtifact@1
|
|
|
|
displayName: 📦 Create Artifact
|
|
|
|
inputs:
|
|
|
|
targetPath: $(System.DefaultWorkingDirectory)
|
|
|
|
artifactName: CognitoFormsPlugin
|