提交 8473e197 编写于 作者: J Jared Parsons

PR feedback

Changes

- pass parameter in determinism builds
- fix unix builds
上级 6532c7e8
...@@ -118,7 +118,7 @@ function Test-MapContents($dataMap) { ...@@ -118,7 +118,7 @@ function Test-MapContents($dataMap) {
} }
function Test-Build([string]$rootDir, $dataMap, [string]$pathMapBuildOption, [string]$logFile, [switch]$restore = $false) { function Test-Build([string]$rootDir, $dataMap, [string]$pathMapBuildOption, [string]$logFile, [switch]$restore = $false) {
Run-Build $rootDir $pathMapBuildOption -restore:$restore Run-Build $rootDir $pathMapBuildOption -logFile $logFile -restore:$restore
$errorList = @() $errorList = @()
$allGood = $true $allGood = $true
......
...@@ -110,7 +110,7 @@ dotnet restore ${RESTORE_ARGS} ${ROOT_PATH}/build/ToolsetPackages/CoreToolset.cs ...@@ -110,7 +110,7 @@ dotnet restore ${RESTORE_ARGS} ${ROOT_PATH}/build/ToolsetPackages/CoreToolset.cs
echo "Restoring CrossPlatform.sln" echo "Restoring CrossPlatform.sln"
dotnet restore ${RESTORE_ARGS} ${ROOT_PATH}/CrossPlatform.sln dotnet restore ${RESTORE_ARGS} ${ROOT_PATH}/CrossPlatform.sln
BUILD_ARGS="--no-restore -c ${BUILD_CONFIGURATION} /nologo /consoleloggerparameters:Verbosity=minimal;summary /filelogger /fileloggerparameters:Verbosity=normal;logFile=${BUILD_LOG_PATH} /maxcpucount:1" BUILD_ARGS="--no-restore -c ${BUILD_CONFIGURATION} /nologo /consoleloggerparameters:Verbosity=minimal;summary /bl:${BUILD_LOG_PATH} /maxcpucount:1"
PUBLISH_ARGS="-f ${TARGET_FRAMEWORK} -r ${RUNTIME_ID} ${BUILD_ARGS}" PUBLISH_ARGS="-f ${TARGET_FRAMEWORK} -r ${RUNTIME_ID} ${BUILD_ARGS}"
echo "Building bootstrap csc" echo "Building bootstrap csc"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册