Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
@@ -7,7 +7,7 @@ trigger:
|
|||||||
- main
|
- main
|
||||||
|
|
||||||
pool:
|
pool:
|
||||||
vmImage: windows-latest
|
vmImage: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- task: NodeTool@0
|
- task: NodeTool@0
|
||||||
@@ -17,5 +17,6 @@ steps:
|
|||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
npm install
|
npm install
|
||||||
|
tsc
|
||||||
npm run build
|
npm run build
|
||||||
displayName: 'npm install and build'
|
displayName: 'npm install and build'
|
||||||
|
|||||||
Reference in New Issue
Block a user