1 Star 0 Fork 703

HeyJobs / IoTSharp

forked from IoTSharp / IoTSharp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
appveyor.yml 1.00 KB
一键复制 编辑 原始数据 按行查看 历史
麦壳饼 提交于 2020-11-20 00:24 . 修正首页说明 和中文说明
version: 1.5.{build}
image: Visual Studio 2019
configuration: Release
platform: Any CPU
init:
- ps: Install-Product node $env:nodejs_version
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
dotnet_csproj:
patch: true
file: '**\*.csproj'
version: '{version}'
version_prefix: '{version}'
package_version: '{version}'
assembly_version: '{version}'
file_version: '{version}'
informational_version: '{version}'
environment:
nodejs_version: 11
install:
- cmd: >-
git submodule sync --recursive
git submodule update --init --recursive
build_script:
- cmd: msbuild -r -v:m -t:rebuild -p:Configuration=Release IoTSharp.sln
artifacts:
- path: IoTSharp\bin\Release\*.nupkg
- path: IoTSharp.SDKs\IoTSharp.Sdk.MQTT\bin\Release\*.nupkg
- path: IoTSharp.SDKs\IoTSharp.Sdk.CSharp\bin\Release\*.nupkg
- path: IoTSharp.ClientApp\bin\Release\net5.0\wwwroot
name: IoTSharp.ClientApp
deploy: off
C#
1
https://gitee.com/heyjobs/IoTSharp.git
git@gitee.com:heyjobs/IoTSharp.git
heyjobs
IoTSharp
IoTSharp
master

搜索帮助