This commit is contained in:
Megan Mott 2024-04-29 15:02:20 -07:00 коммит произвёл GitHub
Родитель abed0406b9
Коммит 85c8510caa
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 32 добавлений и 1 удалений

Просмотреть файл

@ -0,0 +1,29 @@
# Trigger the build whenever `main` or `rel/*` is updated
trigger:
- main
- rel/*
# Disable PR trigger
pr: none
# Scheduled nightly build of `main`
schedules:
- cron: "0 0 * * *"
displayName: Nightly scheduled build
always: false # Don't rebuild if there haven't been changes
branches:
include:
- main
# `resources` specifies the location of templates to pick up, use it to get AzExt templates
resources:
repositories:
- repository: azExtTemplates
type: github
name: microsoft/vscode-azuretools
ref: main
endpoint: GitHub-AzureTools # The service connection to use when accessing this repository
# Use those templates
extends:
template: azure-pipelines/1esmain.yml@azExtTemplates

1
.nvmrc Normal file
Просмотреть файл

@ -0,0 +1 @@
16.14

Просмотреть файл

@ -281,7 +281,8 @@
"lint-fix": "eslint --ext .ts . --fix",
"package": "vsce package --githubBranch main",
"which": "which tsc",
"prepare": "husky install"
"prepare": "husky install",
"test": " "
},
"devDependencies": {
"@microsoft/eslint-config-azuretools": "^0.1.0",