diff --git a/.azure-pipelines/publish-stable.yml b/.azure-pipelines/publish-stable.yml index d8cb4813..cd48b333 100644 --- a/.azure-pipelines/publish-stable.yml +++ b/.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