always run restore when building with arcade (#858)
This commit is contained in:
Родитель
29fa4e6dab
Коммит
6ebb9803e7
|
@ -228,7 +228,7 @@ stages:
|
|||
displayName: Run up-to-date build check
|
||||
inputs:
|
||||
filePath: eng\tests\UpToDate.ps1
|
||||
arguments: -configuration $(_BuildConfig) -restore -ci
|
||||
arguments: -configuration $(_BuildConfig) -ci
|
||||
|
||||
# - template: /eng/common/templates/jobs/jobs.yml
|
||||
# parameters:
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
@echo off
|
||||
powershell -noprofile -executionPolicy RemoteSigned -file "%~dp0eng\build.ps1" -build -binaryLog %*
|
||||
powershell -noprofile -executionPolicy RemoteSigned -file "%~dp0eng\build.ps1" -build -restore -binaryLog %*
|
||||
|
|
2
build.sh
2
build.sh
|
@ -13,4 +13,4 @@ while [[ -h $source ]]; do
|
|||
done
|
||||
scriptroot="$( cd -P "$( dirname "$source" )" && pwd)"
|
||||
|
||||
. "$scriptroot/eng/build.sh" --build --binaryLog "$@"
|
||||
. "$scriptroot/eng/build.sh" --build --restore --binaryLog "$@"
|
||||
|
|
Загрузка…
Ссылка в новой задаче