Explorar el Código

Install the runtime during source build

wtgodbe hace 6 años
padre
commit
a4f2b92019
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      eng/scripts/ci-source-build.sh

+ 2 - 2
eng/scripts/ci-source-build.sh

@@ -9,10 +9,10 @@ set -euo pipefail
 scriptroot="$( cd -P "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
 scriptroot="$( cd -P "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
 reporoot="$(dirname "$(dirname "$scriptroot")")"
 reporoot="$(dirname "$(dirname "$scriptroot")")"
 
 
-export DotNetBuildFromSource='true'
-
  # Build repo tasks
  # Build repo tasks
 "$reporoot/eng/common/build.sh" --restore --build --ci --configuration Release /p:ProjectToBuild=$reporoot/eng/tools/RepoTasks/RepoTasks.csproj
 "$reporoot/eng/common/build.sh" --restore --build --ci --configuration Release /p:ProjectToBuild=$reporoot/eng/tools/RepoTasks/RepoTasks.csproj
 
 
+export DotNetBuildFromSource='true'
+
  # Build projects
  # Build projects
 "$reporoot/eng/common/build.sh" --restore --build --pack "$@"
 "$reporoot/eng/common/build.sh" --restore --build --pack "$@"