Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
@@ -7,7 +7,7 @@ trigger:
|
|||||||
- main
|
- main
|
||||||
|
|
||||||
pool:
|
pool:
|
||||||
vmImage: ubuntu-latest
|
vmImage: windows-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- task: NodeTool@0
|
- task: NodeTool@0
|
||||||
@@ -16,7 +16,7 @@ steps:
|
|||||||
displayName: 'Install Node.js'
|
displayName: 'Install Node.js'
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
npm install --only=dev
|
npm install
|
||||||
npx tsc
|
npx tsc
|
||||||
npm run compile
|
npm run compile
|
||||||
npm run build
|
npm run build
|
||||||
|
|||||||
Reference in New Issue
Block a user