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

This change updates the following dependencies
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19054.13
This commit is contained in:
dotnet-maestro[bot] 2019-01-05 13:08:33 +00:00
parent 166534d9bf
commit b23e8cacdc
3 changed files with 6 additions and 3 deletions

View file

@ -24,9 +24,9 @@
</Dependency> </Dependency>
</ProductDependencies> </ProductDependencies>
<ToolsetDependencies> <ToolsetDependencies>
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19053.2"> <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19054.13">
<Uri>https://github.com/dotnet/arcade</Uri> <Uri>https://github.com/dotnet/arcade</Uri>
<Sha>7acae668c8dd3efc4b0e18946982d7ddee3e5591</Sha> <Sha>c6268efc7cfcb98197eb374bb01e1fadb5a7f6ed</Sha>
</Dependency> </Dependency>
</ToolsetDependencies> </ToolsetDependencies>
</Dependencies> </Dependencies>

View file

@ -130,6 +130,9 @@ while [[ $# > 0 ]]; do
/p:*) /p:*)
properties="$properties $1" properties="$properties $1"
;; ;;
/m:*)
properties="$properties $1"
;;
*) *)
echo "Invalid argument: $1" echo "Invalid argument: $1"
usage usage

View file

@ -3,6 +3,6 @@
"dotnet": "3.0.100-preview-009812" "dotnet": "3.0.100-preview-009812"
}, },
"msbuild-sdks": { "msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19053.2" "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19054.13"
} }
} }