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