- Update yaml to latest pattern.
- VM is now Windows latest.
- Update nuspec.

***NO_CI***
This commit is contained in:
José Simões 2022-02-17 23:44:56 +00:00 коммит произвёл GitHub
Родитель 0df39d8401
Коммит 4ab72bac4d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 26 добавлений и 10 удалений

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

@ -1,10 +1,28 @@
# 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, CHANGELOG.md, CODE_OF_CONDUCT.md, LICENSE.md, NuGet.Config, .github_changelog_generator, .gitignore]
exclude:
- .github_changelog_generator
- .gitignore
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- LICENSE.md
- README.md
- NuGet.Config
- assets/*
- config/*
- .github/*
tags:
include: ["v*"]
include:
- v*
# PR always trigger build
pr:
@ -19,10 +37,10 @@ resources:
endpoint: nanoframework
pool:
vmImage: 'windows-2019'
vmImage: 'windows-latest'
variables:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
DOTNET_NOLOGO: true
solution: 'nanoFramework.Windows.Storage.Streams.sln'
buildPlatform: 'Any CPU'
buildConfiguration: 'Release'

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

@ -4,8 +4,7 @@
<id>nanoFramework.Windows.Storage.Streams.DELIVERABLES</id>
<version>$version$</version>
<title>nanoFramework.Windows.Storage.Streams.DELIVERABLES</title>
<authors>nanoFramework project contributors</authors>
<owners>nanoframework,dotnetfoundation</owners>
<authors>nanoframework</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>
</releaseNotes>

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

@ -4,8 +4,7 @@
<id>nanoFramework.Windows.Storage.Streams</id>
<version>$version$</version>
<title>nanoFramework.Windows.Storage.Streams</title>
<authors>nanoFramework project contributors</authors>
<owners>nanoframework,dotnetfoundation</owners>
<authors>nanoframework</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="file">LICENSE.md</license>
<releaseNotes>
@ -17,7 +16,7 @@
<repository type="git" url="https://github.com/nanoframework/Windows.Storage.Streams" commit="$commit$" />
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
<description>This package includes the Windows.Storage.Streams assembly for .NET nanoFramework C# projects.</description>
<tags>nanoFramework C# csharp netmf netnf Windows.Storage.Streams</tags>
<tags>nanoFramework C# csharp netmf netnf streams</tags>
<dependencies>
<dependency id="nanoFramework.CoreLibrary" version="1.12.0-preview.9" />
<dependency id="nanoFramework.System.Text" version="1.1.3-preview.15" />