|
|
@@ -251,8 +251,6 @@ jobs:
|
|
|
COMPlus_DbgEnableMiniDump: 1
|
|
|
COMPlus_DbgMiniDumpName: "$(System.DefaultWorkingDirectory)/dotnet-%d.%t.core"
|
|
|
DotNetBuildsInternalReadSasToken: $(dotnetbuilds-internal-container-read-token)
|
|
|
- # !temporary! Remove as soon as .NET SDK includes a new-enough `msbuild` to make this hack unnecessary
|
|
|
- DOTNET_CLI_DO_NOT_USE_MSBUILD_SERVER: true
|
|
|
# Expand provided `env:` properties, if any.
|
|
|
${{ if step.env }}:
|
|
|
${{ step.env }}
|
|
|
@@ -265,8 +263,6 @@ jobs:
|
|
|
COMPlus_DbgEnableMiniDump: 1
|
|
|
COMPlus_DbgMiniDumpName: "$(System.DefaultWorkingDirectory)/dotnet-%d.%t.core"
|
|
|
DotNetBuildsInternalReadSasToken: $(dotnetbuilds-internal-container-read-token)
|
|
|
- # !temporary! Remove as soon as .NET SDK includes a new-enough `msbuild` to make this hack unnecessary
|
|
|
- DOTNET_CLI_DO_NOT_USE_MSBUILD_SERVER: true
|
|
|
- ${{ if ne(parameters.agentOs, 'Windows') }}:
|
|
|
- script: $(BuildDirectory)/build.sh --ci --nobl --configuration $(BuildConfiguration) $(BuildScriptArgs)
|
|
|
displayName: Run build.sh
|
|
|
@@ -274,8 +270,6 @@ jobs:
|
|
|
COMPlus_DbgEnableMiniDump: 1
|
|
|
COMPlus_DbgMiniDumpName: "$(System.DefaultWorkingDirectory)/dotnet-%d.%t.core"
|
|
|
DotNetBuildsInternalReadSasToken: $(dotnetbuilds-internal-container-read-token)
|
|
|
- # !temporary! Remove as soon as .NET SDK includes a new-enough `msbuild` to make this hack unnecessary
|
|
|
- DOTNET_CLI_DO_NOT_USE_MSBUILD_SERVER: true
|
|
|
|
|
|
- ${{ parameters.afterBuild }}
|
|
|
|