Add an approximation of an Azure Pipeline
This commit is contained in:
16
azure-pipelines.yaml
Normal file
16
azure-pipelines.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
trigger:
|
||||
- main
|
||||
|
||||
pool:
|
||||
vmImage: 'ubuntu-latest'
|
||||
|
||||
steps:
|
||||
- script: yarn install
|
||||
displayName: 🛠️ Install Dependencies
|
||||
- script: yarn build
|
||||
displayName: 🚀 Build Plugin
|
||||
- task: PublishPipelineArtifact@1
|
||||
displayName: 📦 Create Artifact
|
||||
inputs:
|
||||
targetPath: $(System.DefaultWorkingDirectory)
|
||||
artifactName: CognitoFormsPlugin
|
||||
Reference in New Issue
Block a user