Update dependencies from https://github.com/dotnet/arcade build 20190311.14

This change updates the following dependencies
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19161.14
This commit is contained in:
dotnet-maestro 2019-03-12 12:00:24 +00:00
parent 48922abd4e
commit 7886068cdb
5 changed files with 69 additions and 6 deletions

View file

@ -42,7 +42,7 @@ try {
}
Write-Host "Generating dependency graph..."
$darc = Invoke-Expression "& `"$darcExe`" $options"
Invoke-Expression "& `"$darcExe`" $options"
CheckExitCode "Generating dependency graph"
$graph = Get-Content $graphVizFilePath