Explorar el Código

Merge pull request #4065 from microsoft/hediet/b/unchanged-roadrunner

Fixes build script
Henning Dieterichs hace 2 años
padre
commit
b256998be5
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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