blob: 231c1b4ffab56dfe60ef2cfe69a38a763c8c2511 [file] [log] [blame]
language: csharp
solution: apache-nms-amqp.sln
mono: none
dotnet: 2.1.202
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