Коммит
d95cf7ea79
|
@ -27,21 +27,19 @@ extends:
|
|||
- name: vscode-windows-ca-certs
|
||||
|
||||
buildSteps:
|
||||
- script: yarn --frozen-lockfile
|
||||
- script: npm ci
|
||||
displayName: Install dependencies
|
||||
|
||||
# the rest of the build steps are part of the 'prepack' script, automatically run when the pipeline invokes 'yarn pack'
|
||||
|
||||
testPlatforms:
|
||||
- name: Windows
|
||||
nodeVersions:
|
||||
- 16.x
|
||||
|
||||
testSteps:
|
||||
- script: yarn --frozen-lockfile
|
||||
- script: npm ci
|
||||
displayName: Install dependencies
|
||||
|
||||
- script: yarn test
|
||||
- script: npm run test
|
||||
displayName: Compile & test npm package
|
||||
|
||||
publishPackage: ${{ parameters.publishPackage }}
|
||||
|
|
Загрузка…
Ссылка в новой задаче