Skip to content

Commit 75df729

Browse files
committed
Work CI-CD
- Update yaml to latest pattern. - VM is now Windows latest. - Update nuspec. ***NO_CI***
1 parent ea66e01 commit 75df729

File tree

5 files changed

+22
-24
lines changed

5 files changed

+22
-24
lines changed

azure-pipelines.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright (c) .NET Foundation and Contributors
2+
# See LICENSE file in the project root for full license information.
3+
14
trigger:
25
branches:
36
include:
@@ -11,10 +14,14 @@ trigger:
1114
- CHANGELOG.md
1215
- CODE_OF_CONDUCT.md
1316
- LICENSE.md
14-
- NuGet.Config
1517
- README.md
18+
- NuGet.Config
19+
- assets/*
20+
- config/*
21+
- .github/*
1622
tags:
17-
include: ["v*"]
23+
include:
24+
- v*
1825

1926
# PR always trigger build
2027
pr:
@@ -29,7 +36,7 @@ resources:
2936
endpoint: nanoframework
3037

3138
pool:
32-
vmImage: 'windows-2019'
39+
vmImage: 'windows-latest'
3340

3441
variables:
3542
DOTNET_NOLOGO: true

nanoFramework.Logging.Serial.nuspec

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
33
<metadata>
44
<id>nanoFramework.Logging.Serial</id>
55
<version>$version$</version>
66
<title>nanoFramework.Logging.Serial</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,8 +15,7 @@
1615
<icon>images\nf-logo.png</icon>
1716
<repository type="git" url="https://github.com/nanoframework/nanoFramework.Logging" commit="$commit$" />
1817
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
19-
<description>This package includes the nanoFramework.Logging.Serial assembly (Serial Logging only) for .NET nanoFramework C# projects.
20-
There is also a package with the Stream Logging only and another with the basic Debug Logging.</description>
18+
<description>This package includes the nanoFramework.Logging.Serial assembly (Serial Logging only) for .NET nanoFramework C# projects.&#10;There is also a package with the Stream Logging only and another with the basic Debug Logging.</description>
2119
<tags>nanoFramework C# csharp netmf netnf nanoFramework.Logging.Serial</tags>
2220
<dependencies>
2321
<dependency id="nanoFramework.CoreLibrary" version="1.12.0-preview.5" />

nanoFramework.Logging.Stream.nuspec

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
33
<metadata>
44
<id>nanoFramework.Logging.Stream</id>
55
<version>$version$</version>
66
<title>nanoFramework.Logging.Stream</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,8 +15,7 @@
1615
<icon>images\nf-logo.png</icon>
1716
<repository type="git" url="https://github.com/nanoframework/nanoFramework.Logging" commit="$commit$" />
1817
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
19-
<description>This package includes the nanoFramework.Logging.Stream assembly (Stream Logging only) for .NET nanoFramework C# projects.
20-
There is also a package with the Serial Logger only and another with the basic Debug Logger.</description>
18+
<description>This package includes the nanoFramework.Logging.Stream assembly (Stream Logging only) for .NET nanoFramework C# projects.&#10;There is also a package with the Serial Logger only and another with the basic Debug Logger.</description>
2119
<tags>nanoFramework C# csharp netmf netnf logging</tags>
2220
<dependencies>
2321
<dependency id="nanoFramework.CoreLibrary" version="1.12.0-preview.5" />

nanoFramework.Logging.Syslog.nuspec

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
<id>nanoFramework.Logging.Syslog</id>
55
<version>$version$</version>
66
<title>nanoFramework.Logging.Syslog</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.Logging" commit="$commit$" />
1817
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
19-
<description>This package includes the nanoFramework.Logging.Syslog assembly (Syslog Logging only) for .NET nanoFramework C# projects.
20-
There is also a package with the Serial Logging, another with Stream Logging only and another with the basic Debug Logging.</description>
21-
<tags>nanoFramework C# csharp netmf netnf nanoFramework.Logging.Syslog</tags>
18+
<description>This package includes the nanoFramework.Logging.Syslog assembly (Syslog Logging only) for .NET nanoFramework C# projects.&#10;There is also a package with the Serial Logging, another with Stream Logging only and another with the basic Debug Logging.</description>
19+
<tags>nanoFramework C# csharp netmf netnf Syslog</tags>
2220
<dependencies>
2321
<dependency id="nanoFramework.CoreLibrary" version="1.12.0-preview.5" />
2422
<dependency id="nanoFramework.Runtime.Events" version="1.10.0-preview.6" />

nanoFramework.Logging.nuspec

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
33
<metadata>
44
<id>nanoFramework.Logging</id>
55
<version>$version$</version>
66
<title>nanoFramework.Logging</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.Logging" commit="$commit$" />
1817
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
19-
<description>This package includes the nanoFramework.Logging assembly for .NET nanoFramework C# projects.
20-
There are also two other packages with just the Serial Logging and just the Stream Logging.
21-
These are meant to be used when you want to use those possibilities.</description>
18+
<description>This package includes the nanoFramework.Logging assembly for .NET nanoFramework C# projects.&#10;There are also two other packages with just the Serial Logging and just the Stream Logging.&#10;These are meant to be used when you want to use those possibilities.</description>
2219
<tags>nanoFramework C# csharp netmf netnf nanoFramework.Logging</tags>
2320
<dependencies>
2421
<dependency id="nanoFramework.CoreLibrary" version="1.12.0-preview.5" />

0 commit comments

Comments
 (0)