Skip to content

Commit a78a7df

Browse files
committed
Work CI-CD
- Various fixes for build.
1 parent f547e51 commit a78a7df

File tree

7 files changed

+9
-22
lines changed

7 files changed

+9
-22
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.IO.Ports
2+
project=System.IO.Ports
33
issues=true
44
add_issues_wo_labels=false
55
add_pr_wo_labels=false

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Contributing to **nanoFramework**
22

3-
Please refer to the contribution guidelines at the Home repository [here](https://github.com/nanoframework/Home/blob/master/CONTRIBUTING.md).
3+
Please refer to the contribution guidelines at the Home repository [here](https://github.com/nanoframework/Home/blob/main/CONTRIBUTING.md).

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=nanoframework_System.IO.Ports&metric=alert_status)](https://sonarcloud.io/dashboard?id=nanoframework_System.IO.Ports) [![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=nanoframework_System.IO.Ports&metric=reliability_rating)](https://sonarcloud.io/dashboard?id=nanoframework_System.IO.Ports) [![License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) [![NuGet](https://img.shields.io/nuget/dt/nanoFramework.System.IO.Ports.svg?label=NuGet&style=flat&logo=nuget)](https://www.nuget.org/packages/nanoFramework.System.IO.Ports/) [![#yourfirstpr](https://img.shields.io/badge/first--timers--only-friendly-blue.svg)](https://github.com/nanoframework/Home/blob/master/CONTRIBUTING.md) [![Discord](https://img.shields.io/discord/478725473862549535.svg?logo=discord&logoColor=white&label=Discord&color=7289DA)](https://discord.gg/gCyBu8T)
1+
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=nanoframework_System.IO.Ports&metric=alert_status)](https://sonarcloud.io/dashboard?id=nanoframework_System.IO.Ports) [![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=nanoframework_System.IO.Ports&metric=reliability_rating)](https://sonarcloud.io/dashboard?id=nanoframework_System.IO.Ports) [![License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) [![NuGet](https://img.shields.io/nuget/dt/nanoFramework.System.IO.Ports.svg?label=NuGet&style=flat&logo=nuget)](https://www.nuget.org/packages/nanoFramework.System.IO.Ports/) [![#yourfirstpr](https://img.shields.io/badge/first--timers--only-friendly-blue.svg)](https://github.com/nanoframework/Home/blob/main/CONTRIBUTING.md) [![Discord](https://img.shields.io/discord/478725473862549535.svg?logo=discord&logoColor=white&label=Discord&color=7289DA)](https://discord.gg/gCyBu8T)
22

3-
![nanoFramework logo](https://github.com/nanoframework/Home/blob/master/resources/logo/nanoFramework-repo-logo.png)
3+
![nanoFramework logo](https://github.com/nanoframework/Home/blob/main/resources/logo/nanoFramework-repo-logo.png)
44

55
-----
66

@@ -10,7 +10,7 @@
1010

1111
| Component | Build Status | NuGet Package |
1212
|:-|---|---|
13-
| System.IO.Ports | [![Build Status](https://dev.azure.com/nanoframework/System.IO.Ports/_apis/build/status/nanoframework.lib-System.IO.Ports?branchName=develop)](https://dev.azure.com/nanoframework/System.IO.Ports/_build/latest?definitionId=7?branchName=master) | [![NuGet](https://img.shields.io/nuget/v/nanoFramework.System.IO.Ports.svg?label=NuGet&style=flat&logo=nuget)](https://www.nuget.org/packages/nanoFramework.System.IO.Ports/) |
13+
| System.IO.Ports | [![Build Status](https://dev.azure.com/nanoframework/System.IO.Ports/_apis/build/status/nanoframework.lib-System.IO.Ports?branchName=develop)](https://dev.azure.com/nanoframework/System.IO.Ports/_build/latest?definitionId=7?branchName=main) | [![NuGet](https://img.shields.io/nuget/v/nanoFramework.System.IO.Ports.svg?label=NuGet&style=flat&logo=nuget)](https://www.nuget.org/packages/nanoFramework.System.IO.Ports/) |
1414
| System.IO.Ports (preview) | [![Build Status](https://dev.azure.com/nanoframework/System.IO.Ports/_apis/build/status/nanoframework.lib-System.IO.Ports?branchName=develop)](https://dev.azure.com/nanoframework/System.IO.Ports/_build/latest?definitionId=7?branchName=develop) | [![](https://badgen.net/badge/NuGet/preview/D7B023?icon=https://simpleicons.now.sh/azuredevops/fff)](https://dev.azure.com/nanoframework/feed/_packaging?_a=package&feed=sandbox&package=nanoFramework.System.IO.Ports&protocolType=NuGet&view=overview) |
1515

1616
## Usage
@@ -154,7 +154,7 @@ Join our Discord community [here](https://discord.gg/gCyBu8T).
154154

155155
## Credits
156156

157-
The list of contributors to this project can be found at [CONTRIBUTORS](https://github.com/nanoframework/Home/blob/master/CONTRIBUTORS.md).
157+
The list of contributors to this project can be found at [CONTRIBUTORS](https://github.com/nanoframework/Home/blob/main/CONTRIBUTORS.md).
158158

159159
## License
160160

System.IO.Ports/System.IO.Ports.nfproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@
6262
<Compile Include="StopBits.cs" />
6363
</ItemGroup>
6464
<ItemGroup>
65-
<None Include="app.config" />
6665
<None Include="packages.config" />
6766
</ItemGroup>
6867
<ItemGroup>

System.IO.Ports/app.config

Lines changed: 0 additions & 11 deletions
This file was deleted.

assets/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
API docs: https://docs.nanoframework.net/api
1010

11-
Browse our samples repository: https://github.com/nanoframework/samples
11+
Browse our samples repository: https://github.com/nanoframework/System.IO.Ports
1212

1313
Check our documentation online: https://docs.nanoframework.net
1414

azure-pipelines.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ trigger:
22
branches:
33
include: [main, develop, "release-*" ]
44
paths:
5-
exclude: ["*.md", .gitignore]
5+
exclude: [README.md, LICENSE.md, NuGet.Config, .github_changelog_generator, .gitignore]
66
tags:
77
include: ["v*"]
88

@@ -17,15 +17,14 @@ resources:
1717
endpoint: nanoframework
1818

1919
pool:
20-
vmImage: 'VS2017-Win2016'
20+
vmImage: 'windows-2019'
2121

2222
variables:
2323
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
2424
solution: '**/*.sln'
2525
buildPlatform: 'Any CPU'
2626
buildConfiguration: 'Release'
2727
nugetPackageName: 'nanoFramework.System.IO.Ports'
28-
repoName: 'System.IO.Ports'
2928

3029
steps:
3130

0 commit comments

Comments
 (0)