blob: 77672327ed2c1153f24ca3242ec41b1cbb01d230 [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