Skip to content

Commit 4c6b40f

Browse files
committed
Work CI-CD
- Minor fixes in Azure yaml. - Various fixes in nuspecs. - Swap feed order in NuGet config. ***NO_CI***
1 parent 0afa0f5 commit 4c6b40f

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

NuGet.Config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<packageSources>
4-
<add key="NuGet" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
54
<add key="Azure Artifacts nanoFramework dev" value="https://pkgs.dev.azure.com/nanoframework/feed/_packaging/sandbox/nuget/v3/index.json" protocolVersion="3" />
5+
<add key="NuGet" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
66
</packageSources>
77
</configuration>

azure-pipelines.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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: 'nanoFramework.WebServer.sln'
2525
buildPlatform: 'Any CPU'
2626
buildConfiguration: 'Release'
2727
nugetPackageName: 'nanoFramework.WebServer'
28-
repoName: 'nanoFramework.WebServer'
2928

3029
steps:
3130

nanoFramework.WebServer.nuspec

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,9 @@
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1313
<developmentDependency>false</developmentDependency>
1414
<description>
15-
This is a simple multithread WebServer supporting simple controller and event based calls.
16-
17-
Perfect for .NET nanoFramework REST API based project. Support all type of Http Methods.
18-
19-
Perfect for simple embedded web pages, with Support of file on a storage (USB, SD Card, in Memory).
20-
15+
This is a simple multithread WebServer supporting simple controller and event based calls.&#10;
16+
Perfect for .NET nanoFramework REST API based project. Support all type of Http Methods.&#10;
17+
Perfect for simple embedded web pages, with Support of file on a storage (USB, SD Card, in Memory).&#10;
2118
Supports both HTTPS and HTTP.
2219
</description>
2320
<releaseNotes>

0 commit comments

Comments
 (0)