This commit is contained in:
Matt Cooper 2020-08-18 09:55:54 -04:00 коммит произвёл GitHub
Родитель 05fae9a915
Коммит dff29403af
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
15 изменённых файлов: 1452 добавлений и 1307 удалений

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

@ -11,6 +11,7 @@
# (give VSIX to someone for buddy testing)
trigger:
- master
- main
# no `pr` keyword because we want all PRs to run this

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

@ -3,6 +3,10 @@ All notable changes to the Azure Pipelines extension will be documented in this
The format is based on [Keep a Changelog](http://keepachangelog.com/). Versioning follows an internal Azure DevOps format that is not compatible with SemVer.
## 1.174.0
### Fixed
- updated schema to M174
## 1.170.0
### Added
- Added an option to use a custom schema file

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

@ -39,7 +39,7 @@ It'll give you autocompletes for your custom tasks.
## Pipeline configuration
![Configure Pipeline Demo](https://raw.githubusercontent.com/microsoft/azure-pipelines-vscode/master/resources/configure-pipeline.gif)
![Configure Pipeline Demo](https://raw.githubusercontent.com/microsoft/azure-pipelines-vscode/main/resources/configure-pipeline.gif)
To set up a pipeline, choose *Azure Pipelines: Configure Pipeline* from the command palette (Ctrl/Cmd + Shift + P) or right-click in the file explorer. The guided workflow will generate a starter YAML file defining the build and deploy process.

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

@ -2,7 +2,7 @@ resources:
repositories:
- repository: vso
clean: true
ref: master
ref: main
type: tfsgit
- repository: vso.vc
mappings:

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

@ -2,7 +2,7 @@ trigger:
batch: true
branches:
include:
- master
- main
- releases/*
exclude:
- releases/old*

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

@ -1,5 +1,5 @@
trigger:
- master
- main
- releases/*
steps:
- script: echo hello

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

@ -1,4 +1,4 @@
trigger:
- master
- main
steps:
- script: echo hello

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

@ -1,2 +1,2 @@
trigger:
- master
- main

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

@ -2,7 +2,7 @@ resources:
repositories:
- repository: vso
clean: true
ref: master
ref: main
type: tfsgit
steps:
- task: Bash@3

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

@ -2,7 +2,7 @@ resources:
repositories:
- repository: vso
clean: true
ref: master
ref: main
type: tfsgit
steps:
- task: Bash@3

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

@ -2,7 +2,7 @@ resources:
repositories:
- repository: vso
clean: true
ref: master
ref: main
type: tfsgit
steps:
- task: Bash@3

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

@ -2,7 +2,7 @@ resources:
repositories:
- repository: vso
clean: true
ref: master
ref: main
type: tfsgit
steps:
- task: Bash@3

2
package-lock.json сгенерированный
Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "azure-pipelines",
"version": "1.170.0",
"version": "1.174.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

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

@ -2,14 +2,14 @@
"name": "azure-pipelines",
"displayName": "Azure Pipelines",
"description": "Syntax highlighting, IntelliSense, and more for Azure Pipelines YAML",
"version": "1.170.0",
"version": "1.174.0",
"publisher": "ms-azure-devops",
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/azure-pipelines-vscode"
},
"homepage": "https://github.com/Microsoft/azure-pipelines-vscode/blob/master/README.md",
"homepage": "https://github.com/Microsoft/azure-pipelines-vscode/blob/main/README.md",
"bugs": "https://github.com/Microsoft/azure-pipelines-vscode/issues/",
"license": "MIT",
"icon": "assets/pipelines.png",

Разница между файлами не показана из-за своего большого размера Загрузить разницу