瀏覽代碼

Merge pull request #89 from JanEggers/develop

Develop
release/3.x.x
Christian 7 年之前
committed by GitHub
父節點
當前提交
d335b6393e
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 3 個文件被更改,包括 5 次插入4 次删除
  1. +2
    -2
      Tests/MQTTnet.Core.Tests/MQTTnet.Core.Tests.csproj
  2. +1
    -1
      Tests/MQTTnet.TestApp.UniversalWindows/MQTTnet.TestApp.UniversalWindows.csproj
  3. +2
    -1
      appveyor.yml

+ 2
- 2
Tests/MQTTnet.Core.Tests/MQTTnet.Core.Tests.csproj 查看文件

@@ -8,8 +8,8 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging" Version="1.1.2" />
<PackageReference Include="MSTest.TestAdapter" Version="1.1.18" />
<PackageReference Include="MSTest.TestFramework" Version="1.1.18" />
<PackageReference Include="MSTest.TestAdapter" Version="1.2.0" />
<PackageReference Include="MSTest.TestFramework" Version="1.2.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.3.0" />
</ItemGroup>



+ 1
- 1
Tests/MQTTnet.TestApp.UniversalWindows/MQTTnet.TestApp.UniversalWindows.csproj 查看文件

@@ -166,7 +166,7 @@
<NoWarn>;2008</NoWarn>
<NoStdLib>true</NoStdLib>
<DebugType>pdbonly</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<PlatformTarget>x86</PlatformTarget>
<UseVSHostingProcess>false</UseVSHostingProcess>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>


+ 2
- 1
appveyor.yml 查看文件

@@ -1,5 +1,6 @@
version: 1.0.{build}
image: Visual Studio 2017
configuration: Release
before_build:
- cmd: >-
msbuild /t:restore
@@ -12,4 +13,4 @@ build:
project: MQTTnet.sln
verbosity: minimal
test_script:
- cmd: vstest.console /logger:Appveyor Tests/MQTTnet.Core.Tests/bin/Release/net461/MQTTnet.Core.Tests.dll
- cmd: dotnet vstest "%APPVEYOR_BUILD_FOLDER%\Tests\MQTTnet.Core.Tests\bin\Release\netcoreapp2.0\MQTTnet.Core.Tests.dll"

Loading…
取消
儲存