Skip to content

Commit d108b92

Browse files
committed
Work CI-CD
- Update nuspec. - Fix branch names. - Add missing files to repo. ***NO_CI***
1 parent 89b78d9 commit d108b92

7 files changed

Lines changed: 20 additions & 48 deletions

.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=lib-nanoFramework.System.Threading
2+
project=System.Threading
33
issues=true
44
add_issues_wo_labels=false
55
add_pr_wo_labels=false

CODE_OF_CONDUCT.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Contributor Code of Conduct
2+
3+
Please refer to the contributor Code of Conduct at the Home repository [here](https://github.com/nanoframework/Home/blob/main/CODE_OF_CONDUCT.md.

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Contributing to **nanoFramework**
2+
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: 5 additions & 5 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_lib-nanoframework.System.Threading&metric=alert_status)](https://sonarcloud.io/dashboard?id=nanoframework_lib-nanoframework.System.Threading) [![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=nanoframework_lib-nanoframework.System.Threading&metric=reliability_rating)](https://sonarcloud.io/dashboard?id=nanoframework_lib-nanoframework.System.Threading) [![License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) [![NuGet](https://img.shields.io/nuget/dt/nanoFramework.System.Threading.svg?label=NuGet&style=flat&logo=nuget)](https://www.nuget.org/packages/nanoFramework.System.Threading/) [![#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_lib-nanoframework.System.Threading&metric=alert_status)](https://sonarcloud.io/dashboard?id=nanoframework_lib-nanoframework.System.Threading) [![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=nanoframework_lib-nanoframework.System.Threading&metric=reliability_rating)](https://sonarcloud.io/dashboard?id=nanoframework_lib-nanoframework.System.Threading) [![License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) [![NuGet](https://img.shields.io/nuget/dt/nanoFramework.System.Threading.svg?label=NuGet&style=flat&logo=nuget)](https://www.nuget.org/packages/nanoFramework.System.Threading/) [![#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,8 +10,8 @@
1010

1111
| Component | Build Status | NuGet Package |
1212
|:-|---|---|
13-
| nanoFramework.System.Threading | [![Build Status](https://dev.azure.com/nanoframework/nanoFramework.System.Threading/_apis/build/status/nanoframework.lib-nanoFramework.System.Threading?branchName=master)](https://dev.azure.com/nanoframework/nanoFramework.System.Threading/_build/latest?definitionId=66&branchName=master) | [![NuGet](https://img.shields.io/nuget/v/nanoFramework.System.Threading.svg?label=NuGet&style=flat&logo=nuget)](https://www.nuget.org/packages/nanoFramework.System.Threading/) |
14-
| nanoFramework.System.Threading (preview) | [![Build Status](https://dev.azure.com/nanoframework/nanoFramework.System.Threading/_apis/build/status/nanoframework.lib-nanoFramework.System.Threading?branchName=develop)](https://dev.azure.com/nanoframework/nanoFramework.System.Threading/_build/latest?definitionId=66&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.Threading&protocolType=NuGet&view=overview) |
13+
| nanoFramework.System.Threading | [![Build Status](https://dev.azure.com/nanoframework/System.Threading/_apis/build/status/System.Threading?repoName=nanoframework%2FSystem.Threading&branchName=main)](https://dev.azure.com/nanoframework/System.Threading/_build/latest?definitionId=66&repoName=nanoframework%2FSystem.Threading&branchName=main) | [![NuGet](https://img.shields.io/nuget/v/nanoFramework.System.Threading.svg?label=NuGet&style=flat&logo=nuget)](https://www.nuget.org/packages/nanoFramework.System.Threading/) |
14+
| nanoFramework.System.Threading (preview) | [![Build Status](https://dev.azure.com/nanoframework/System.Threading/_apis/build/status/System.Threading?repoName=nanoframework%2FSystem.Threading&branchName=develop)](https://dev.azure.com/nanoframework/System.Threading/_build/latest?definitionId=66&repoName=nanoframework%2FSystem.Threading&branchName=develop) | [![NuGet](https://img.shields.io/nuget/vpre/nanoFramework.System.Threading.svg?label=NuGet&style=flat&logo=nuget)](https://www.nuget.org/packages/nanoFramework.System.Threading/) |
1515

1616
## Feedback and documentation
1717

@@ -21,7 +21,7 @@ Join our Discord community [here](https://discord.gg/gCyBu8T).
2121

2222
## Credits
2323

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

2626
## License
2727

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

@@ -20,12 +20,11 @@ pool:
2020
vmImage: 'windows-2019'
2121

2222
variables:
23-
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
23+
DOTNET_NOLOGO: true
2424
solution: '**/*.sln'
2525
buildPlatform: 'Any CPU'
2626
buildConfiguration: 'Release'
2727
nugetPackageName: 'nanoFramework.System.Threading'
28-
repoName: 'nanoFramework.System.Threading'
2928

3029
steps:
3130

nanoFramework.System.Threading.DELIVERABLES.nuspec

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

nanoFramework.System.Threading.nuspec

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,17 @@
55
<version>$version$</version>
66
<title>nanoFramework.System.Threading</title>
77
<authors>nanoFramework project contributors</authors>
8-
<owners>nanoFramework project contributors</owners>
8+
<owners>nanoFramework project contributors,dotnetfoundation</owners>
99
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1010
<license type="file">LICENSE.md</license>
1111
<releaseNotes>
1212
</releaseNotes>
1313
<developmentDependency>false</developmentDependency>
14-
<projectUrl>https://github.com/nanoframework/lib-nanoFramework.System.Threading</projectUrl>
15-
<icon>nf-logo.png</icon>
16-
<repository type="git" url="https://github.com/nanoframework/lib-nanoFramework.System.Threading" commit="$commit$" />
14+
<projectUrl>https://github.com/nanoframework/System.Threading</projectUrl>
15+
<icon>images\nf-logo.png</icon>
16+
<repository type="git" url="https://github.com/nanoframework/System.Threading" commit="$commit$" />
1717
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
18-
<description>This package includes the nanoFramework.System.Threading assembly for nanoFramework C# projects.
19-
This package requires a target with nanoFramework.System.Threading v$nativeVersion$ (checksum $checksum$).</description>
18+
<description>This package includes the nanoFramework.System.Threading assembly for .NET nanoFramework C# projects.&#10;This package requires a target with nanoFramework.System.Threading v$nativeVersion$ (checksum $checksum$).</description>
2019
<tags>nanoFramework C# csharp netmf netnf nanoFramework.System.Threading sntp</tags>
2120
<dependencies>
2221
<dependency id="nanoFramework.CoreLibrary" version="1.10.5" />
@@ -29,7 +28,7 @@ This package requires a target with nanoFramework.System.Threading v$nativeVersi
2928
<file src="nanoFramework.System.Threading\bin\Release\System.Threading.pe" target="lib\System.Threading.pe" />
3029
<file src="nanoFramework.System.Threading\bin\Release\System.Threading.xml" target="lib\System.Threading.xml" />
3130
<file src="assets\readme.txt" target="" />
32-
<file src="assets\nf-logo.png" target="" />
31+
<file src="assets\nf-logo.png" target="images" />
3332
<file src="LICENSE.md" target="" />
3433
</files>
3534
</package>

0 commit comments

Comments
 (0)