Skip to content

Commit d057c72

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

File tree

2 files changed

+25
-9
lines changed

2 files changed

+25
-9
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, CODE_OF_CONDUCT.md, CONTRIBUTING.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.Aws.IoTCore.Devices.nuspec

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
<id>nanoFramework.Aws.IoTCore.Devices</id>
55
<version>$version$</version>
66
<title>nanoFramework.Aws.IoTCore.Devices</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,8 @@
1615
<icon>images\nf-logo.png</icon>
1716
<repository type="git" url="https://github.com/nanoframework/nanoFramework.Aws.IoTCore.Devices" commit="$commit$" />
1817
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
19-
<description>This package includes the .NET nanoFramework.Aws.IoTCore.Devices assembly for nanoFramework C# projects.
20-
This is an SDK for Aws IoTCore.</description>
21-
<tags>nanoFramework C# csharp netmf netnf AWS IoTCore nanoFramework.Aws.IoTCore.Devices</tags>
18+
<description>This package includes the .NET nanoFramework.Aws.IoTCore.Devices assembly for nanoFramework C# projects.&#10;This is an SDK for Aws IoTCore.</description>
19+
<tags>nanoFramework C# csharp netmf netnf AWS IoTCore Aws IoTCore</tags>
2220
<dependencies>
2321
<dependency id="nanoFramework.CoreLibrary" version="1.12.0-preview.9" />
2422
<dependency id="nanoFramework.Json" version="2.1.2-preview.44" />

0 commit comments

Comments
 (0)