Quellcode durchsuchen

Engineering - add dependsOn field (#4747)

Ladislau Szomoru vor 6 Monaten
Ursprung
Commit
a4b088e410
2 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
  1. 1 0
      .azure-pipelines/publish-nightly.yml
  2. 2 0
      .azure-pipelines/publish-stable.yml

+ 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