detect source file path without using env. (#257)

This commit is contained in:
Tingluo Huang
2020-01-06 12:56:15 -05:00
committed by GitHub
parent 06292aa118
commit abc65839f3
3 changed files with 11 additions and 7 deletions

View File

@@ -137,8 +137,6 @@ function runtest ()
ulimit -n 1024
fi
export GITHUB_RUNNER_SRC_DIR=${SCRIPT_DIR}
dotnet msbuild -t:test -p:PackageRuntime="${RUNTIME_ID}" -p:BUILDCONFIG="${BUILD_CONFIG}" -p:RunnerVersion="${RUNNER_VERSION}" ./dir.proj || failed "failed tests"
}