Merge pull request #4065 from microsoft/hediet/b/unchanged-roadrunner
Fixes build scriptpull/4078/head
commit
b256998be5
|
@ -68,9 +68,11 @@ extends:
|
||||||
buildSteps:
|
buildSteps:
|
||||||
- script: npm ci
|
- script: npm ci
|
||||||
displayName: Install NPM dependencies
|
displayName: Install NPM dependencies
|
||||||
|
workingDirectory: $(Build.SourcesDirectory)/webpack-plugin
|
||||||
|
|
||||||
- script: npm run compile
|
- script: npm run compile
|
||||||
displayName: Build plugin
|
displayName: Build plugin
|
||||||
|
workingDirectory: $(Build.SourcesDirectory)/webpack-plugin
|
||||||
|
|
||||||
tag: latest
|
tag: latest
|
||||||
ghCreateTag: false
|
ghCreateTag: false
|
||||||
|
|
Loading…
Reference in New Issue