mirror of
https://github.com/VSCodium/policy-watcher.git
synced 2025-12-10 03:53:55 -06:00
update pipeline (#13)
This commit is contained in:
parent
242afc2ebd
commit
c4d784910e
@ -1,5 +1,7 @@
|
||||
# vscode-policy-watcher
|
||||
|
||||
[](https://dev.azure.com/monacotools/Monaco/_build/latest?definitionId=459&repoName=microsoft%2Fvscode-policy-watcher&branchName=main)
|
||||
|
||||
Example usage:
|
||||
|
||||
```js
|
||||
|
||||
@ -27,4 +27,13 @@ extends:
|
||||
buildSteps:
|
||||
- script: npm ci
|
||||
- script: npm run build
|
||||
testPlatforms:
|
||||
- name: Linux
|
||||
nodeVersions: [16.x, 18.x]
|
||||
- name: MacOS
|
||||
nodeVersions: [16.x, 18.x]
|
||||
- name: Windows
|
||||
nodeVersions: [16.x, 18.x]
|
||||
testSteps:
|
||||
- script: npm ci
|
||||
publishPackage: ${{ parameters.publishPackage }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user