Update dependencies from https://github.com/dotnet/arcade build 20200811.8 (#8153)

[master] Update dependencies from dotnet/arcade
- Updates:
  - Microsoft.DotNet.Arcade.Sdk: from 5.0.0-beta.20407.3 to 5.0.0-beta.20411.8
This commit is contained in:
dotnet-maestro[bot] 2020-08-13 14:59:59 +00:00 committed by GitHub
parent 9b364a1621
commit 8835b8ca15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View file

@ -42,6 +42,7 @@ function Build([string]$target) {
/p:Configuration=$configuration `
/p:RepoRoot=$RepoRoot `
/p:BaseIntermediateOutputPath=$outputPath `
/v:$verbosity `
@properties
}