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

Fixes build script
pull/4078/head
Henning Dieterichs 2023-07-10 09:00:22 +02:00 committed by GitHub
commit b256998be5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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