Henning Dieterichs пре 2 година
родитељ
комит
37b1981287
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      .azure-pipelines/publish-stable.yml

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

@@ -68,9 +68,11 @@ extends:
         buildSteps:
           - script: npm ci
             displayName: Install NPM dependencies
+            workingDirectory: $(Build.SourcesDirectory)/webpack-plugin
 
           - script: npm run compile
             displayName: Build plugin
+            workingDirectory: $(Build.SourcesDirectory)/webpack-plugin
 
         tag: latest
         ghCreateTag: false