Skip to content

Commit 6a569c4

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

File tree

2 files changed

+24
-10
lines changed

2 files changed

+24
-10
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, 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.WebServer.nuspec

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
<id>nanoFramework.WebServer</id>
55
<title>nanoFramework.WebServer</title>
66
<version>$version$</version>
7-
<authors>Laurent Ellerbach</authors>
8-
<owners>nanoframework,dotnetfoundation</owners>
7+
<authors>Laurent Ellerbach,nanoframework</authors>
98
<requireLicenseAcceptance>false</requireLicenseAcceptance>
109
<license type="file">LICENSE.md</license>
1110
<releaseNotes>
@@ -16,10 +15,7 @@
1615
<icon>images\nf-logo.png</icon>
1716
<repository type="git" url="https://github.com/nanoframework/nanoFramework.WebServer" commit="$commit$" />
1817
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
19-
<description>This is a simple multithread WebServer supporting simple controller and event based calls.
20-
Perfect for .NET nanoFramework REST API based project. Support all type of Http Methods.
21-
Perfect for simple embedded web pages, with Support of file on a storage (USB, SD Card, in Memory).
22-
Supports both HTTPS and HTTP.</description>
18+
<description>This is a simple multithread WebServer supporting simple controller and event based calls.&#10;Perfect for .NET nanoFramework REST API based project. Support all type of Http Methods.&#10;Perfect for simple embedded web pages, with Support of file on a storage (USB, SD Card, in Memory).&#10;Supports both HTTPS and HTTP.</description>
2319
<tags>http https webserver net netmf nf nanoframework</tags>
2420
<dependencies>
2521
<dependency id="nanoFramework.CoreLibrary" version="1.12.0-preview.9" />

0 commit comments

Comments
 (0)