From 7953e2492d46287f2d1508cf14eee3f4243e3969 Mon Sep 17 00:00:00 2001 From: "Yanhong.Ma" Date: Thu, 25 Aug 2022 16:29:07 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IoTSharp.sln | 1 + IoTSharp/IoTSharp.csproj | 1 - appveyor.yml | 4 ++++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/IoTSharp.sln b/IoTSharp.sln index df4eb495..192b7f14 100644 --- a/IoTSharp.sln +++ b/IoTSharp.sln @@ -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 diff --git a/IoTSharp/IoTSharp.csproj b/IoTSharp/IoTSharp.csproj index 24004874..1603dbcd 100644 --- a/IoTSharp/IoTSharp.csproj +++ b/IoTSharp/IoTSharp.csproj @@ -50,7 +50,6 @@ 1701;1702;1591 IoTSharp.xml True - True diff --git a/appveyor.yml b/appveyor.yml index 5128203a..9b3a0255 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,7 @@ 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 -- GitLab