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