1 Star 0 Fork 772

yuanApple/IoTSharp

forked from IoTSharp/IoTSharp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
appveyor.yml 1.52 KB
一键复制 编辑 原始数据 按行查看 历史
麦壳饼 提交于 2019-05-20 01:27 . appveyor.yml
version: 1.0.{build}
image: Visual Studio 2017
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}'
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
dotnet tool install --global dotnet-zip
dotnet tool install --global dotnet-tarball
dotnet tool install --global dotnet-rpm
dotnet tool install --global dotnet-deb
build_script:
- cmd: "dotnet msbuild IoTSharp/IoTSharp.csproj /t:CreateDeb /p:TargetFramework=netcoreapp2.2 /p:RuntimeIdentifier=ubuntu.16.04-x64 \n /p:Configuration=Release \ndotnet msbuild IoTSharp/IoTSharp.csproj /t:CreateRpm \n /p:TargetFramework=netcoreapp2.2 /p:RuntimeIdentifier=rhel.7-x64 \n /p:Configuration=Release\ndotnet msbuild IoTSharp/IoTSharp.csproj /t:CreateZip \n /p:TargetFramework=netcoreapp2.2 /p:RuntimeIdentifier=win7-x64 \n /p:Configuration=Release"
artifacts:
- path: IoTSharp\bin\Release\netcoreapp2.2\ubuntu.16.04-x64\*.deb
name: IoTSharp.ubuntu
- path: IoTSharp\bin\Release\netcoreapp2.2\rhel.7-x64\*.rpm
name: IoTSharp.centos
- path: IoTSharp\bin\Release\netcoreapp2.2\win7-x64\*.zip
name: IoTSharp.win
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/yuanApple/IoTSharp.git
git@gitee.com:yuanApple/IoTSharp.git
yuanApple
IoTSharp
IoTSharp
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385