mirror of
https://github.com/actions/runner.git
synced 2025-12-13 10:05:23 +00:00
detect source file path without using env. (#257)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user