Ver a proveniência

Adapt test assembly paths in buildscript

release/3.x.x
Christoph Stichlberger há 5 anos
ascendente
cometimento
44d71b884c
1 ficheiros alterados com 2 adições e 2 eliminações
  1. +2
    -2
      appveyor.yml

+ 2
- 2
appveyor.yml Ver ficheiro

@@ -14,5 +14,5 @@ build:
verbosity: minimal

test_script:
- cmd: dotnet vstest "%APPVEYOR_BUILD_FOLDER%\Tests\MQTTnet.Core.Tests\bin\Release\netcoreapp2.1\MQTTnet.Tests.dll"
- cmd: dotnet vstest "%APPVEYOR_BUILD_FOLDER%\Tests\MQTTnet.AspNetCore.Tests\bin\Release\netcoreapp2.1\MQTTnet.AspNetCore.Tests.dll"
- cmd: dotnet vstest "%APPVEYOR_BUILD_FOLDER%\Tests\MQTTnet.Core.Tests\bin\Release\netcoreapp2.2\MQTTnet.Tests.dll"
- cmd: dotnet vstest "%APPVEYOR_BUILD_FOLDER%\Tests\MQTTnet.AspNetCore.Tests\bin\Release\netcoreapp2.2\MQTTnet.AspNetCore.Tests.dll"

Carregando…
Cancelar
Guardar