Skip to content

Commit 1577032

Browse files
authored
Work CI-CD
- Update yaml to latest pattern. - VM is now Windows latest. - Update nuspec. ***NO_CI***
1 parent 0cc29ab commit 1577032

File tree

3 files changed

+25
-11
lines changed

3 files changed

+25
-11
lines changed

azure-pipelines.yml

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,28 @@
1+
# Copyright (c) .NET Foundation and Contributors
2+
# See LICENSE file in the project root for full license information.
3+
14
trigger:
25
branches:
3-
include: [main, develop, "release-*" ]
6+
include:
7+
- main
8+
- develop
9+
- release-*
410
paths:
5-
exclude: [README.md, LICENSE.md, NuGet.Config, .github_changelog_generator, .gitignore]
11+
exclude:
12+
- .github_changelog_generator
13+
- .gitignore
14+
- CHANGELOG.md
15+
- CODE_OF_CONDUCT.md
16+
- LICENSE.md
17+
- README.md
18+
- NuGet.Config
19+
- assets/*
20+
- config/*
21+
- .github/*
22+
623
tags:
7-
include: ["v*"]
24+
include:
25+
- v*
826

927
# PR always trigger build
1028
pr:
@@ -19,7 +37,7 @@ resources:
1937
endpoint: nanoframework
2038

2139
pool:
22-
vmImage: 'windows-2019'
40+
vmImage: 'windows-latest'
2341

2442
variables:
2543
DOTNET_NOLOGO: true

nanoFramework.Hardware.Esp32.DELIVERABLES.nuspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
<id>nanoFramework.Hardware.Esp32.DELIVERABLES</id>
55
<version>$version$</version>
66
<title>nanoFramework.Hardware.Esp32.DELIVERABLES</title>
7-
<authors>nanoFramework project contributors</authors>
8-
<owners>nanoFramework</owners>
7+
<authors>nanoframework</authors>
98
<requireLicenseAcceptance>false</requireLicenseAcceptance>
109
<releaseNotes>
1110
</releaseNotes>

nanoFramework.Hardware.Esp32.nuspec

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
<id>nanoFramework.Hardware.Esp32</id>
55
<version>$version$</version>
66
<title>nanoFramework.Hardware.Esp32</title>
7-
<authors>nanoFramework project contributors</authors>
8-
<owners>nanoFramework,dotnetfoundation</owners>
7+
<authors>nanoframework</authors>
98
<requireLicenseAcceptance>false</requireLicenseAcceptance>
109
<license type="file">LICENSE.md</license>
1110
<releaseNotes>
@@ -16,9 +15,7 @@
1615
<icon>images\nf-logo.png</icon>
1716
<repository type="git" url="https://github.com/nanoframework/nanoFramework.Hardware.Esp32" commit="$commit$" />
1817
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
19-
<description>This package includes the nanoFramework.Hardware.Esp32 assembly for .NET nanoFramework C# projects.
20-
The nanoFramework.Hardware.Esp32 assembly contains functions specific to the ESP32 device.
21-
This package requires a target with nanoFramework.Hardware.Esp32 v$nativeVersion$ (checksum $checksum$).</description>
18+
<description>This package includes the nanoFramework.Hardware.Esp32 assembly for .NET nanoFramework C# projects.&#10;The nanoFramework.Hardware.Esp32 assembly contains functions specific to the ESP32 device.&#10;This package requires a target with nanoFramework.Hardware.Esp32 v$nativeVersion$ (checksum $checksum$).</description>
2219
<tags>nanoFramework C# csharp netmf netnf esp32</tags>
2320
<dependencies>
2421
<dependency id="nanoFramework.CoreLibrary" version="1.12.0-preview.9" />

0 commit comments

Comments
 (0)