1 Star 0 Fork 704

SesameTechGroup / IoTSharp

forked from IoTSharp / IoTSharp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
appveyor.yml 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
麦壳饼 提交于 2019-11-03 02:56 . modify about version
version: 0.1.{build}
image: Visual Studio 2019
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: >-
dotnet publish -c Release ./IoTSharp/IoTSharp.csproj
dotnet publish -c Release ./IoTSharp.Edge.ModBus/IoTSharp.Edge.ModBus.csproj
artifacts:
- path: IoTSharp\bin\Release\netcoreapp3.0\publish\
name: IoTSharp
- path: IoTSharp.Extensions\bin\Release\*.nupkg
name: IoTSharp.Extensions
- path: IoTSharp.Edge.ModBus\bin\Release\netcoreapp3.0\publish\
name: IoTSharp.Edge.ModBus
deploy: off
C#
1
https://gitee.com/sesametechgroup/IoTSharp.git
git@gitee.com:sesametechgroup/IoTSharp.git
sesametechgroup
IoTSharp
IoTSharp
master

搜索帮助