Work CI-CD
- Update yaml to latest pattern. - VM is now Windows latest. - Update nuspec. ***NO_CI***
This commit is contained in:
Родитель
0df39d8401
Коммит
4ab72bac4d
|
@ -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" />
|
||||
|
|
Загрузка…
Ссылка в новой задаче