aboutsummaryrefslogtreecommitdiff
path: root/test/oryx/scenarios.json
diff options
context:
space:
mode:
authorSamruddhi Khandale <skhandale@microsoft.com>2022-08-31 16:29:23 +0300
committerGitHub <noreply@github.com>2022-08-31 16:29:23 +0300
commit8f64809e5d277693afbbd5667a2803ad666768e3 (patch)
treec586e3905868cb206402e0c41c16bc40fa48c117 /test/oryx/scenarios.json
parent6851eadfcb7410d788d655711136ab8e41d476e5 (diff)
Oryx - Clean up and shrink size (#116)
* shrink oryx * bump version * bump version * prune dotnet * add warning * bump version
Diffstat (limited to 'test/oryx/scenarios.json')
-rw-r--r--test/oryx/scenarios.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/oryx/scenarios.json b/test/oryx/scenarios.json
new file mode 100644
index 0000000..8598067
--- /dev/null
+++ b/test/oryx/scenarios.json
@@ -0,0 +1,9 @@
+{
+ "install_dotnet_and_oryx": {
+ "image": "ubuntu:focal",
+ "features": {
+ "dotnet": "6",
+ "oryx": {}
+ }
+ }
+} \ No newline at end of file