We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentef414bf commitab87562Copy full SHA for ab87562
eng/build.ps1
@@ -34,12 +34,8 @@ Param(
34
[Parameter(ValueFromRemainingArguments=$true)][String[]]$properties
35
)
36
37
-# Workaround for DOTNET_HOST_PATH not being set by older MSBuild
38
-if (-not$env:DOTNET_HOST_PATH) {
39
-$env:DOTNET_HOST_PATH= [System.IO.Path]::GetFullPath((Join-Path (Join-Path (Join-Path$PSScriptRoot'..')'.dotnet')'dotnet'))
40
-if (-not (Test-Path$env:DOTNET_HOST_PATH)) {
41
-$env:DOTNET_HOST_PATH="$($env:DOTNET_HOST_PATH).exe"
42
- }
43
-}
+# Add steps that need to happen before build here
44
+
+# Call the build script provided by Arcade
45
&$PSScriptRoot/common/build.ps1@PSBoundParameters