Work CI-CD
- Fix change log generator. - Fix nuspec. - Brought pipeline yaml up to date.
This commit is contained in:
Родитель
131d20ad1d
Коммит
dbb0a3411e
|
@ -1,5 +1,5 @@
|
|||
user=nanoframework
|
||||
project=lib-nanoFramework.Hardware.Esp32
|
||||
project=nanoFramework.Hardware.Esp32
|
||||
issues=true
|
||||
add_issues_wo_labels=false
|
||||
add_pr_wo_labels=false
|
||||
|
|
|
@ -1,12 +1,14 @@
|
|||
trigger:
|
||||
branches:
|
||||
include: [main, master, develop, "release-*" ]
|
||||
include: [main, develop, "release-*" ]
|
||||
paths:
|
||||
exclude: ["*.md", .gitignore]
|
||||
exclude: [README.md, LICENSE.md, NuGet.Config, .github_changelog_generator, .gitignore]
|
||||
tags:
|
||||
include: ["v*"]
|
||||
|
||||
# PR always trigger build
|
||||
pr:
|
||||
autoCancel: true
|
||||
|
||||
# add nf-tools repo to resources (for Azure Pipelines templates)
|
||||
resources:
|
||||
|
@ -25,7 +27,6 @@ variables:
|
|||
buildPlatform: 'Any CPU'
|
||||
buildConfiguration: 'Release'
|
||||
nugetPackageName: 'nanoFramework.Hardware.Esp32'
|
||||
repoName: 'nanoFramework.Hardware.Esp32'
|
||||
|
||||
steps:
|
||||
|
||||
|
|
|
@ -7,16 +7,16 @@
|
|||
<authors>nanoFramework project contributors</authors>
|
||||
<owners>nanoFramework project contributors,dotnetfoundation</owners>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<license type="expression">LICENSE.md</license>
|
||||
<license type="file">LICENSE.md</license>
|
||||
<releaseNotes>
|
||||
</releaseNotes>
|
||||
<developmentDependency>false</developmentDependency>
|
||||
<projectUrl>https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32</projectUrl>
|
||||
<icon>images\nf-logo.png</icon>
|
||||
<repository type="git" url="https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32" commit="$commit$" />
|
||||
<repository type="git" url="https://github.com/nanoframework/nanoFramework.Hardware.Esp32" commit="$commit$" />
|
||||
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
|
||||
<description>This package includes the nanoFramework.Hardware.Esp32 assembly for nanoFramework C# projects. The nanoFramework.Hardware.Esp32 assembly contains functions specific to the ESP32 device.
|
||||
This package requires a target with nanoFramework.Hardware.Esp32 v$nativeVersion$.</description>
|
||||
<description>This package includes the nanoFramework.Hardware.Esp32 assembly for .NET nanoFramework C# projects. The nanoFramework.Hardware.Esp32 assembly contains functions specific to the ESP32 device.
|
||||
This package requires a target with nanoFramework.Hardware.Esp32 v$nativeVersion$ (checksum $checksum$).</description>
|
||||
<summary>nanoFramework.Hardware.Esp32 assembly for nanoFramework C# projects</summary>
|
||||
<tags>nanoFramework C# csharp netmf netnf esp32</tags>
|
||||
<dependencies>
|
||||
|
|
Загрузка…
Ссылка в новой задаче