aboutsummaryrefslogtreecommitdiff
path: root/test/dotnet/assert_build_project.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/dotnet/assert_build_project.sh')
-rw-r--r--test/dotnet/assert_build_project.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/dotnet/assert_build_project.sh b/test/dotnet/assert_build_project.sh
deleted file mode 100644
index 11c575b..0000000
--- a/test/dotnet/assert_build_project.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/bash
-
-set -e
-
-source dev-container-features-test-lib
-
-pushd example_project
-check "dotnet restore" dotnet restore
-check "dotnet build" dotnet build