Pārlūkot izejas kodu

Engineering - add dependsOn field (#4747)

Ladislau Szomoru 6 mēneši atpakaļ
vecāks
revīzija
a4b088e410

+ 1 - 0
.azure-pipelines/publish-nightly.yml

@@ -70,6 +70,7 @@ extends:
         publishRequiresApproval: false
 
       - name: monaco-editor
+        dependsOn: monaco-editor-core
         workingDirectory: $(Build.SourcesDirectory)/out/monaco-editor
         testPlatforms: []
         skipAPIScan: true # package build requires Linux

+ 2 - 0
.azure-pipelines/publish-stable.yml

@@ -54,6 +54,7 @@ extends:
         publishRequiresApproval: false
 
       - name: monaco-editor
+        dependsOn: monaco-editor-core
         workingDirectory: $(Build.SourcesDirectory)/out/monaco-editor
         testPlatforms: []
         skipAPIScan: true # package build requires Linux
@@ -69,6 +70,7 @@ extends:
         publishRequiresApproval: false
 
       - name: monaco-editor-webpack-plugin
+        dependsOn: monaco-editor
         workingDirectory: $(Build.SourcesDirectory)/webpack-plugin
         testPlatforms: []
         packagePlatform: Windows