diff --git a/apphost-framework-lookup/test.json b/apphost-framework-lookup/test.json new file mode 100644 index 0000000..0cba133 --- /dev/null +++ b/apphost-framework-lookup/test.json @@ -0,0 +1,11 @@ +{ + "name": "apphost-framework-lookup", + "enabled": true, + "version": "3.0", + "versionSpecific": false, + "type": "bash", + "cleanup": true, + "platformBlacklist":[ + ] +} + diff --git a/apphost-framework-lookup/test.sh b/apphost-framework-lookup/test.sh new file mode 100755 index 0000000..adcff20 --- /dev/null +++ b/apphost-framework-lookup/test.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +set -euo pipefail +set -x + +mkdir bin +cd bin + +dotnet new console +dotnet publish -r linux-x64 --self-contained false +./bin/Debug/netcoreapp3.0/linux-x64/publish/bin