- 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:
branches:
include: [main, develop, "release-*" ]
include:
- main
- develop
- release-*
paths:
exclude: [README.md, LICENSE.md, NuGet.Config, .github_changelog_generator, .gitignore]
tags:
include: ["v*"]
exclude:
- .github_changelog_generator
- .gitignore
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- LICENSE.md
- README.md
- NuGet.Config
- assets/*
- config/*
- .github/*
# PR always trigger build
pr:
@ -19,7 +33,7 @@ resources:
endpoint: nanoframework
pool:
vmImage: 'windows-2019'
vmImage: 'windows-latest'
variables:
DOTNET_NOLOGO: true

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

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