Update dependencies from https://github.com/dotnet/arcade build 20200109.3 (#6110)
- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20059.3
This commit is contained in:
parent
3d19fb27a2
commit
fc2f547a58
4 changed files with 6 additions and 5 deletions
|
@ -49,7 +49,8 @@ if ($Internal) {
|
|||
$HelixSourcePrefix = "official"
|
||||
}
|
||||
|
||||
$CommonSetupArguments="--frameworks $Framework --queue $Queue --build-number $BuildNumber --build-configs $Configurations"
|
||||
# FIX ME: This is a workaround until we get this from the actual pipeline
|
||||
$CommonSetupArguments="--channel master --queue $Queue --build-number $BuildNumber --build-configs $Configurations"
|
||||
$SetupArguments = "--repository https://github.com/$Repository --branch $Branch --get-perf-hash --commit-sha $CommitSha $CommonSetupArguments"
|
||||
|
||||
if ($RunFromPerformanceRepo) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue