Skip to content

Commit 1598adf

Browse files
author
Gareth Emslie
committed
update pipeline
1 parent 0231016 commit 1598adf

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

azure-pipelines.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,18 +59,14 @@ stages:
5959
workingDirectory: $(Build.SourcesDirectory)
6060
condition: eq(variables.isPR, true)
6161
- script: |
62-
npm run package:Server2018VSIX
62+
npm run build
6363
condition: eq(variables.isPR, true)
64-
displayName: 'Build Server'
64+
displayName: 'Build Server & Service'
6565
- script: |
6666
npm run package:Server2018VSIX -- --override {\"version\": \"$(MajorVersion).$(MinorVersion).$(PatchVersion)\"}
6767
displayName: 'Build & Package Server'
6868
workingDirectory: $(Build.SourcesDirectory)
6969
condition: eq(variables.isMain, true)
70-
- script: |
71-
npm run package:ServiceVSIX
72-
condition: eq(variables.isPR, true)
73-
displayName: 'Build Service'
7470
- script: |
7571
npm run package:ServiceVSIX -- --override {\"version\": \"$(MajorVersion).$(MinorVersion).$(PatchVersion)\"}
7672
displayName: 'Build & Package Service'

0 commit comments

Comments
 (0)