blob: 7027cec44caafd7ae2850d4f924421269feaa6c3 [file] [log] [blame]
language: csharp
solution: apache-nms-amqp.sln
mono: none
dotnet: 2.1
script:
- dotnet build -p:AppTargetFramework=netcoreapp2.1 -c Release
- dotnet test ./test/Apache-NMS-AMQP-Test/Apache-NMS-AMQP-Test.csproj -f netcoreapp2.1 -c Release --filter Category!=Windows