Skip to content

Commit f744848

Browse files
committed
Add property to generate documentation file
1 parent 31a765c commit f744848

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Azure.Devices.DeviceClient/Azure.Devices.DeviceClient.nfproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<RootNamespace>nanoFramework.Azure.Devices.Client</RootNamespace>
1616
<AssemblyName>nanoFramework.Azure.Devices.Client</AssemblyName>
1717
<TargetFrameworkVersion>v1.0</TargetFrameworkVersion>
18+
<DocumentationFile>bin\$(Configuration)\Azure.Devices.Client.xml</DocumentationFile>
1819
</PropertyGroup>
1920
<PropertyGroup>
2021
<SignAssembly>true</SignAssembly>

azure-pipelines.yml

Lines changed: 4 additions & 5 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,23 +17,22 @@ resources:
1717
endpoint: nanoframework
1818

1919
pool:
20-
vmImage: 'VS2017-Win2016'
20+
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.Azure.Devices.Client'
28-
repoName: 'nanoFramework.Azure.Devices'
2928

3029
steps:
3130

3231
# step from template @ nf-tools repo
3332
# all build, update and publish steps
3433
- template: azure-pipelines-templates/class-lib-build.yml@templates
3534
parameters:
36-
sonarCloudProject: 'nanoFramework.Azure.Devices'
35+
sonarCloudProject: 'nanoframework_Azure.Devices'
3736

3837
# step from template @ nf-tools repo
3938
# report error

0 commit comments

Comments
 (0)