- Update nbgv config.
- Brought pipeline yaml up to date.

***NO_CI***
This commit is contained in:
josesimoes 2022-05-03 10:45:51 +01:00
Родитель 379f5f9d99
Коммит f910013775
2 изменённых файлов: 20 добавлений и 6 удалений

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

@ -1,10 +1,24 @@
# Copyright (c) .NET Foundation and Contributors
# See LICENSE file in the project root for full license information.
trigger: trigger:
branches: branches:
include: [main, develop, "release-*" ] include:
- main
- develop
- release-*
paths: paths:
exclude: [README.md, LICENSE.md, NuGet.Config, .github_changelog_generator, .gitignore] exclude:
tags: - .github_changelog_generator
include: ["v*"] - .gitignore
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- LICENSE.md
- README.md
- NuGet.Config
- assets/*
- config/*
- .github/*
# PR always trigger build # PR always trigger build
pr: pr:
@ -19,7 +33,7 @@ resources:
endpoint: nanoframework endpoint: nanoframework
pool: pool:
vmImage: 'windows-2019' vmImage: 'windows-latest'
variables: variables:
DOTNET_NOLOGO: true DOTNET_NOLOGO: true

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

@ -1,6 +1,6 @@
{ {
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json", "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.0.0", "version": "1.1",
"assemblyVersion": { "assemblyVersion": {
"precision": "revision" "precision": "revision"
}, },