فهرست منبع

Engineering - add dependsOn field (#4747)

Ladislau Szomoru 6 ماه پیش
والد
کامیت
a4b088e410
2فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  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