提交 dec98f07 编写于 作者: Y Yanhong.Ma

修改构建文件

上级 9c4e7681
name: Building_Packaging
name: Building and Packaging
on:
push:
......@@ -13,13 +13,12 @@ jobs:
strategy:
matrix:
configuration: [Release]
publish_profile: [win7-x64]
publish_profile: [win7-x64,linux-x64,osx-x64,linux-arm64] # https://docs.microsoft.com/en-us/dotnet/core/rid-catalog
runs-on: windows-latest # For a list of available runner types, refer to
# https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on
runs-on: windows-latest
env:
Solution_Name: IoTSharp.sln # Replace with your solution name, i.e. MyWpfApp.sln.
Solution_Name: IoTSharp.sln
steps:
- name: Checkout
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册