1
0
Эх сурвалжийг харах

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

Fixes build script
Henning Dieterichs 2 жил өмнө
parent
commit
b256998be5

+ 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