From f9100137751e25b0686f9bf6cb7966bea566914a Mon Sep 17 00:00:00 2001 From: josesimoes Date: Tue, 3 May 2022 10:45:51 +0100 Subject: [PATCH] Work CI-CD - Update nbgv config. - Brought pipeline yaml up to date. ***NO_CI*** --- azure-pipelines.yml | 24 +++++++++++++++++++----- version.json | 2 +- 2 files changed, 20 insertions(+), 6 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5d41cc6..6ed2376 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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 diff --git a/version.json b/version.json index 97ddfc7..a30930f 100644 --- a/version.json +++ b/version.json @@ -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" },