File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments