Skip to content

Commit 56c8358

Browse files
authored
Add SonarCloud (#63)
1 parent 73123b8 commit 56c8358

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.Hardware.Esp32.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.Hardware.Esp32&metric=alert_status)](https://sonarcloud.io/dashboard?id=nanoframework_lib-nanoFramework.Hardware.Esp32) [![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=nanoframework_lib-nanoFramework.Hardware.Esp32&metric=reliability_rating)](https://sonarcloud.io/dashboard?id=nanoframework_lib-nanoFramework.Hardware.Esp32) [![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.Hardware.Esp32.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.Hardware.Esp32'
5052

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

source/nanoFramework.Hardware.Esp32/nanoFramework.Hardware.Esp32.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>
@@ -68,7 +68,7 @@
6868
<Compile Include="Sleep.cs" />
6969
</ItemGroup>
7070
<ItemGroup>
71-
<None Include="..\key.snk" />
71+
<None Include="key.snk" />
7272
<None Include="app.config" />
7373
<None Include="packages.config" />
7474
</ItemGroup>

0 commit comments

Comments
 (0)