Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Philip Stockerer
2022-04-19 12:46:06 +00:00
parent 263635e4d1
commit ab67cf4c04

View File

@@ -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