Skip to content

Commit d670644

Browse files
authored
Add SonarCloud (#35)
1 parent e0507bb commit d670644

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/nanoframework/Home/blob/master/LICENSE) [![NuGet](https://img.shields.io/nuget/dt/nanoFramework.Networking.Sntp.svg)]() [![#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)](https://discord.gg/gCyBu8T)
1+
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=nanoframework_lib-nanoFramework.Networking.Sntp&metric=alert_status)](https://sonarcloud.io/dashboard?id=nanoframework_lib-nanoFramework.Networking.Sntp) [![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=nanoframework_lib-nanoFramework.Networking.Sntp&metric=reliability_rating)](https://sonarcloud.io/dashboard?id=nanoframework_lib-nanoFramework.Networking.Sntp) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/nanoframework/Home/blob/master/LICENSE) [![NuGet](https://img.shields.io/nuget/dt/nanoFramework.Networking.Sntp.svg)]() [![#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)](https://discord.gg/gCyBu8T)
22

33

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

azure-pipelines.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ steps:
4747
# step from template @ nf-tools repo
4848
# all build, update and publish steps
4949
- template: azure-pipelines-templates/class-lib-build.yml@templates
50+
parameters:
51+
soundCloudProject: 'nanoframework_lib-nanoFramework.Networking.Sntp'
5052

5153
# step from template @ nf-tools repo
5254
# report error
File renamed without changes.

source/nanoFramework.Networking.Sntp/nanoFramework.Networking.Sntp.nfproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<SignAssembly>true</SignAssembly>
2323
</PropertyGroup>
2424
<PropertyGroup>
25-
<AssemblyOriginatorKeyFile>..\key.snk</AssemblyOriginatorKeyFile>
25+
<AssemblyOriginatorKeyFile>key.snk</AssemblyOriginatorKeyFile>
2626
</PropertyGroup>
2727
<PropertyGroup>
2828
<DelaySign>false</DelaySign>
@@ -52,7 +52,7 @@
5252
<ItemGroup>
5353
<Compile Include="Sntp.cs" />
5454
<Compile Include="Properties\AssemblyInfo.cs" />
55-
<None Include="..\key.snk" />
55+
<None Include="key.snk" />
5656
</ItemGroup>
5757
<ItemGroup>
5858
<None Include="packages.config" />

0 commit comments

Comments
 (0)