Skip to content

Commit 17308af

Browse files
committed
Align with other repos
Using Azure.Devices.Client as a template
1 parent 639439a commit 17308af

File tree

4 files changed

+4
-20
lines changed

4 files changed

+4
-20
lines changed

.runsettings

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

azure-pipelines.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ steps:
4949
- template: azure-pipelines-templates/class-lib-build.yml@templates
5050
parameters:
5151
sonarCloudProject: 'nanoFramework.Aws.IoTCore.Devices'
52+
runUnitTests: true
53+
unitTestRunsettings: '$(System.DefaultWorkingDirectory)/Tests/nano.runsettings'
5254

5355
# step from template @ nf-tools repo
5456
# report error

nanoFramework.Aws.IoTCore.Devices/nanoFramework.Aws.IoTCore.Devices.nfproj

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@
4646
<ItemGroup>
4747
<None Include="packages.config" />
4848
</ItemGroup>
49-
<ItemGroup>
50-
<None Include="packages.lock.json" />
51-
</ItemGroup>
5249
<ItemGroup>
5350
<Reference Include="mscorlib, Version=1.14.3.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
5451
<HintPath>..\packages\nanoFramework.CoreLibrary.1.14.2\lib\mscorlib.dll</HintPath>
@@ -92,7 +89,7 @@
9289
</Reference>
9390
</ItemGroup>
9491
<ItemGroup>
95-
<None Include="packages.config" />
92+
<Content Include="packages.lock.json" />
9693
</ItemGroup>
9794
<Import Project="$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets" Condition="Exists('$(NanoFrameworkProjectSystemPath)NFProjectSystem.CSharp.targets')" />
9895
<ProjectExtensions>

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
33
"version": "1.1",
44
"assemblyVersion": {
5-
"precision": "minor"
5+
"precision": "revision"
66
},
77
"semVer1NumericIdentifierPadding": 3,
88
"nuGetPackageVersion": {

0 commit comments

Comments
 (0)