Work CI-CD
- Migrate projects to support VS2022. - Update azure yaml. - Update/fix nuspec. - Update logo for nuspec assets. ***NO_CI***
This commit is contained in:
Родитель
46d3c74f73
Коммит
463188c838
Двоичные данные
assets/nf-logo.png
Двоичные данные
assets/nf-logo.png
Двоичный файл не отображается.
До Ширина: | Высота: | Размер: 4.0 KiB После Ширина: | Высота: | Размер: 9.0 KiB |
|
@ -7,6 +7,8 @@ trigger:
|
|||
include: ["v*"]
|
||||
|
||||
# PR always trigger build
|
||||
pr:
|
||||
autoCancel: true
|
||||
|
||||
# add nf-tools repo to resources (for Azure Pipelines templates)
|
||||
resources:
|
||||
|
|
|
@ -5,17 +5,18 @@
|
|||
<version>$version$</version>
|
||||
<title>nanoFramework.M2Mqtt</title>
|
||||
<authors>nanoFramework project contributors</authors>
|
||||
<owners>nanoFramework project contributors,dotnetfoundation</owners>
|
||||
<owners>nanoFramework,dotnetfoundation</owners>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<license type="file">LICENSE.md</license>
|
||||
<releaseNotes>
|
||||
</releaseNotes>
|
||||
<readme>docs\README.md</readme>
|
||||
<developmentDependency>false</developmentDependency>
|
||||
<projectUrl>https://github.com/nanoframework/nanoFramework.m2mqtt</projectUrl>
|
||||
<icon>images\nf-logo.png</icon>
|
||||
<repository type="git" url="https://github.com/nanoframework/nanoFramework.m2mqtt" commit="$commit$" />
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<description>M2Mqtt is a MQTT client available for .NET nanoFramework for M2M communication.</description>
|
||||
<summary>M2Mqtt is a MQTT client available for .NET nanoFramework for M2M communication.</summary>
|
||||
<releaseNotes>
|
||||
</releaseNotes>
|
||||
<copyright>Copyright (c) .NET Foundation, Paolo Patierno and the .NET nanoFramework project contributors</copyright>
|
||||
<description>M2Mqtt is a MQTT client available for .NET nanoFramework for M2M communication.</description>
|
||||
<tags>m2m mqtt queue messaging internetofthings iot cloud netmf embedded micro netduino micro-framework hardware gadgeteer</tags>
|
||||
<dependencies>
|
||||
<dependency id="nanoFramework.CoreLibrary" version="1.10.5" />
|
||||
|
@ -33,6 +34,7 @@
|
|||
<file src="M2Mqtt\bin\Release\nanoFramework.M2Mqtt.pe" target="lib\nanoFramework.M2Mqtt.pe" />
|
||||
<file src="M2Mqtt\bin\Release\nanoFramework.M2Mqtt.xml" target="lib\nanoFramework.M2Mqtt.xml" />
|
||||
<file src="assets\readme.txt" target="" />
|
||||
<file src="README.md" target="docs\" />
|
||||
<file src="assets\nf-logo.png" target="images" />
|
||||
<file src="LICENSE.md" target="" />
|
||||
</files>
|
||||
|
|
Загрузка…
Ссылка в новой задаче