Skip to content

Commit 49cdab8

Browse files
committed
Work CI-CD
- Rename branches. - Minor tweaks in nuspecs and yaml. ***NO_CI***
1 parent eb92c47 commit 49cdab8

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Contributor Code of Conduct
22

3-
Please refer to the contributor Code of Conduct at the Home repository [here](https://github.com/nanoframework/Home/blob/master/CODE_OF_CONDUCT.md.
3+
Please refer to the contributor Code of Conduct at the Home repository [here](https://github.com/nanoframework/Home/blob/main/CODE_OF_CONDUCT.md.

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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pool:
2020
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'

nanoFramework.System.IO.Ports.nuspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
<iconUrl>https://secure.gravatar.com/avatar/97d0e092247f0716db6d4b47b7d1d1ad</iconUrl>
1616
<repository type="git" url="https://github.com/nanoframework/System.IO.Ports" commit="$commit$" />
1717
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
18-
<description>This package includes the System.IO.Ports assembly for nanoFramework C# projects.
19-
This package requires a target with System.IO.Ports v$nativeVersion$.</description>
18+
<description>This package includes the System.IO.Ports assembly for .NET nanoFramework C# projects.&#10;This package requires a target with System.IO.Ports v$nativeVersion$ (checksum $checksum$).</description>
2019
<summary>System.IO.Ports assembly for nanoFramework C# projects</summary>
2120
<tags>nanoFramework C# csharp netmf netnf System.IO.Ports</tags>
2221
<dependencies>

0 commit comments

Comments
 (0)