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

调整

上级 c84ee2fc
......@@ -63,6 +63,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IoTSharp.Data.Cassandra", "
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Github Workflows", "Github Workflows", "{59A51D63-F292-46F0-A4BF-975C98966DAA}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
.github\workflows\dotnet-publish.yml = .github\workflows\dotnet-publish.yml
.github\workflows\docs-deploy.yml = .github\workflows\docs-deploy.yml
.github\workflows\dotnet-build.yml = .github\workflows\dotnet-build.yml
......
......@@ -50,7 +50,6 @@
<NoWarn>1701;1702;1591</NoWarn>
<DocumentationFile>IoTSharp.xml</DocumentationFile>
<EnforceCodeStyleInBuild>True</EnforceCodeStyleInBuild>
<SonarQubeExclude>True</SonarQubeExclude>
</PropertyGroup>
<ItemGroup>
......
version: 2.8.{build}
pull_requests:
do_not_increment_build_number: true
skip_tags: true
image: Visual Studio 2022
configuration: Release
platform: Any CPU
......@@ -27,3 +30,4 @@ artifacts:
- path: IoTSharp\bin\Release\*.nupkg
- path: IoTSharp.SDKs\IoTSharp.Sdk.MQTT\bin\Release\*.nupkg
- path: IoTSharp.SDKs\IoTSharp.Sdk.CSharp\bin\Release\*.nupkg
deploy: off
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册