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