Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Philip Stockerer
2022-04-19 12:30:46 +00:00
parent abd31a09a9
commit f5efd100f4

View File

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