Skip to content

Commit 1ce67b6

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

5 files changed

+32
-21
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=nanoFramework.System.Net.WebSockets
2+
project=System.Net.WebSockets
33
issues=true
44
add_issues_wo_labels=false
55
add_pr_wo_labels=false

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, CHANGELOG.md, CODE_OF_CONDUCT.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.System.Net.WebSockets.Client.nuspec

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
<id>nanoFramework.System.Net.WebSockets.Client</id>
55
<version>$version$</version>
66
<title>nanoFramework.System.Net.WebSockets.Client</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/System.Net.WebSockets" commit="$commit$" />
1817
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
19-
<description>This package includes the System.Net.WebSockets assembly (client API only) for .NET nanoFramework C# projects.
20-
There are also two other packages, one with the server API only and another with the complete API.</description>
21-
<tags>nanoFramework C# csharp netmf netnf System.Net.WebSockets</tags>
18+
<description>This package includes the System.Net.WebSockets assembly (client API only) for .NET nanoFramework C# projects.&#10;There are also two other packages, one with the server API only and another with the complete API.</description>
19+
<tags>nanoFramework C# csharp netmf netnf WebSockets</tags>
2220
<dependencies>
2321
<dependency id="nanoFramework.CoreLibrary" version="1.12.0-preview.9" />
2422
<dependency id="nanoFramework.Runtime.Events" version="1.10.0-preview.8" />

nanoframework.System.Net.WebSockets.Server.nuspec

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
<id>nanoFramework.System.Net.WebSockets.Server</id>
55
<version>$version$</version>
66
<title>nanoFramework.System.Net.WebSockets.Server</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/System.Net.WebSockets" commit="$commit$" />
1817
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
19-
<description>This package includes the System.Net.WebSockets assembly (server API only) for .NET nanoFramework C# projects.
20-
There are also two other packages, one with the client API only and another with the complete API.</description>
21-
<tags>nanoFramework C# csharp netmf netnf System.Net.WebSockets</tags>
18+
<description>This package includes the System.Net.WebSockets assembly (server API only) for .NET nanoFramework C# projects.&#10;There are also two other packages, one with the client API only and another with the complete API.</description>
19+
<tags>nanoFramework C# csharp netmf netnf WebSockets</tags>
2220
<dependencies>
2321
<dependency id="nanoFramework.CoreLibrary" version="1.12.0-preview.9" />
2422
<dependency id="nanoFramework.Runtime.Events" version="1.10.0-preview.8" />

nanoframework.System.Net.WebSockets.nuspec

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
<id>nanoFramework.System.Net.WebSockets</id>
55
<version>$version$</version>
66
<title>nanoFramework.System.Net.WebSockets</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,10 +15,8 @@
1615
<icon>images\nf-logo.png</icon>
1716
<repository type="git" url="https://github.com/nanoframework/System.Net.WebSockets" commit="$commit$" />
1817
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
19-
<description>This package includes the System.Net.WebSockets assembly for nanoFramework C# projects.
20-
There are also two other packages with just the client API and just the server API.
21-
These are meant to be used when there is the need to use smaller assemblies.</description>
22-
<tags>nanoFramework C# csharp netmf netnf System.Net.WebSockets</tags>
18+
<description>This package includes the System.Net.WebSockets assembly for nanoFramework C# projects.&#10;There are also two other packages with just the client API and just the server API.&#10;These are meant to be used when there is the need to use smaller assemblies.</description>
19+
<tags>nanoFramework C# csharp netmf netnf WebSockets</tags>
2320
<dependencies>
2421
<dependency id="nanoFramework.CoreLibrary" version="1.12.0-preview.9" />
2522
<dependency id="nanoFramework.Runtime.Events" version="1.10.0-preview.8" />

0 commit comments

Comments
 (0)