<Dependencies>
<ProductDependencies></ProductDependencies>
<ToolsetDependencies>
- <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.18564.20">
+ <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.18565.9">
<Uri>https://github.com/dotnet/arcade</Uri>
- <Sha>069237d9a7e83bed62c9f664228125b95ddf91f6</Sha>
+ <Sha>0448fb93bd78ed7a90ce3eabc7a0a3190e74ac48</Sha>
</Dependency>
- <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="1.0.0-beta.18564.20">
+ <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="1.0.0-beta.18565.9">
<Uri>https://github.com/dotnet/arcade</Uri>
- <Sha>069237d9a7e83bed62c9f664228125b95ddf91f6</Sha>
+ <Sha>0448fb93bd78ed7a90ce3eabc7a0a3190e74ac48</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
@echo off
-powershell -ExecutionPolicy ByPass -NoProfile -command "& """%~dp0Build.ps1""" -restore -publishBuildAssets %*"
+powershell -ExecutionPolicy ByPass -NoProfile -command "& """%~dp0Build.ps1""" -msbuildEngine dotnet -restore -execute /p:PublishBuildAssets=true /p:SdkTaskProjects=PublishBuildAssets.proj %*"
exit /b %ErrorLevel%
[string] $msbuildEngine = $null,
[bool] $warnaserror = $true,
[bool] $nodereuse = $true,
+ [switch] $execute,
[switch] $restore,
[switch] $deployDeps,
[switch] $build,
/p:PerformanceTest=$performanceTest `
/p:Sign=$sign `
/p:Publish=$publish `
- /p:PublishBuildAssets=$publishBuildAssets `
+ /p:Execute=$execute `
/p:ContinuousIntegrationBuild=$ci `
@properties
command: custom
projects: eng/common/helixpublish.proj
custom: msbuild
- arguments: '/t:test /p:Language=msbuild /bl:$(Build.SourcesDirectory)\artifacts\log\$(_BuildConfig)\SendToHelix.binlog'
+ arguments: '/t:test /p:Language=msbuild /bl:$(Build.SourcesDirectory)/artifacts/log/$(_BuildConfig)/SendToHelix.binlog'
displayName: Send job to Helix
env:
HelixSource: ${{ parameters.HelixSource }}
CorrelationPayloadDirectory: ${{ parameters.CorrelationPayloadDirectory }}
XUnitProjects: ${{ parameters.XUnitProjects }}
XUnitTargetFramework: ${{ parameters.XUnitTargetFramework }}
+ XUnitRunnerVersion: ${{ parameters.XUnitRunnerVersion }}
IncludeDotNetCli: ${{ parameters.IncludeDotNetCli }}
DotNetCliPackageType: ${{ parameters.DotNetCliPackageType }}
DotNetCliVersion: ${{ parameters.DotNetCliVersion }}
"python": "2.7.15"
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.18564.20",
- "Microsoft.DotNet.Helix.Sdk": "1.0.0-beta.18564.20"
+ "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.18565.9",
+ "Microsoft.DotNet.Helix.Sdk": "1.0.0-beta.18565.9"
}
}