We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e0f795 commit c405351Copy full SHA for c405351
azure-pipelines.yml
@@ -31,5 +31,7 @@ steps:
31
jdkArchitectureOption: 'x64'
32
publishJUnitResults: true
33
testResultsFiles: '**/TEST-*.xml'
34
- tasks: 'build'
+ tasks:
35
+ - ':kotlinStoreYarnLock'
36
+ - 'build'
37
options: '-PexcludeSchema'
0 commit comments