Skip to content

Commit dbb0a34

Browse files
committed
Work CI-CD
- Fix change log generator. - Fix nuspec. - Brought pipeline yaml up to date.
1 parent 131d20a commit dbb0a34

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.github_changelog_generator

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
user=nanoframework
2-
project=lib-nanoFramework.Hardware.Esp32
2+
project=nanoFramework.Hardware.Esp32
33
issues=true
44
add_issues_wo_labels=false
55
add_pr_wo_labels=false

azure-pipelines.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
trigger:
22
branches:
3-
include: [main, master, develop, "release-*" ]
3+
include: [main, develop, "release-*" ]
44
paths:
5-
exclude: ["*.md", .gitignore]
5+
exclude: [README.md, LICENSE.md, NuGet.Config, .github_changelog_generator, .gitignore]
66
tags:
77
include: ["v*"]
88

99
# PR always trigger build
10+
pr:
11+
autoCancel: true
1012

1113
# add nf-tools repo to resources (for Azure Pipelines templates)
1214
resources:
@@ -25,7 +27,6 @@ variables:
2527
buildPlatform: 'Any CPU'
2628
buildConfiguration: 'Release'
2729
nugetPackageName: 'nanoFramework.Hardware.Esp32'
28-
repoName: 'nanoFramework.Hardware.Esp32'
2930

3031
steps:
3132

nanoFramework.Hardware.Esp32.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
<authors>nanoFramework project contributors</authors>
88
<owners>nanoFramework project contributors,dotnetfoundation</owners>
99
<requireLicenseAcceptance>false</requireLicenseAcceptance>
10-
<license type="expression">LICENSE.md</license>
10+
<license type="file">LICENSE.md</license>
1111
<releaseNotes>
1212
</releaseNotes>
1313
<developmentDependency>false</developmentDependency>
1414
<projectUrl>https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32</projectUrl>
1515
<icon>images\nf-logo.png</icon>
16-
<repository type="git" url="https://github.com/nanoframework/lib-nanoFramework.Hardware.Esp32" commit="$commit$" />
16+
<repository type="git" url="https://github.com/nanoframework/nanoFramework.Hardware.Esp32" commit="$commit$" />
1717
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
18-
<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.
19-
This package requires a target with nanoFramework.Hardware.Esp32 v$nativeVersion$.</description>
18+
<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.
19+
This package requires a target with nanoFramework.Hardware.Esp32 v$nativeVersion$ (checksum $checksum$).</description>
2020
<summary>nanoFramework.Hardware.Esp32 assembly for nanoFramework C# projects</summary>
2121
<tags>nanoFramework C# csharp netmf netnf esp32</tags>
2222
<dependencies>

0 commit comments

Comments
 (0)