代码拉取完成,页面将自动刷新
同步操作将从 IoTSharp/IoTSharp 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
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
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。