Skip to content

Commit c405351

Browse files
committed
Store the yarn lock to try to fix check build.
1 parent 2e0f795 commit c405351

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

azure-pipelines.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,7 @@ steps:
3131
jdkArchitectureOption: 'x64'
3232
publishJUnitResults: true
3333
testResultsFiles: '**/TEST-*.xml'
34-
tasks: 'build'
34+
tasks:
35+
- ':kotlinStoreYarnLock'
36+
- 'build'
3537
options: '-PexcludeSchema'

0 commit comments

Comments
 (0)