From f5efd100f41d803a223897c22a1b23d784362017 Mon Sep 17 00:00:00 2001 From: Philip Stockerer Date: Tue, 19 Apr 2022 12:30:46 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ad3e0ac..cefb2a4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,7 +7,7 @@ trigger: - main pool: - vmImage: windows-latest + vmImage: ubuntu-latest steps: - task: NodeTool@0 @@ -17,5 +17,6 @@ steps: - script: | npm install + tsc npm run build displayName: 'npm install and build'