diff --git a/NuGet.config b/NuGet.config index 52507f31..c7afd653 100644 --- a/NuGet.config +++ b/NuGet.config @@ -8,4 +8,5 @@ + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6efa5df6..b964e80d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -3,25 +3,25 @@ - + https://github.com/dotnet/arcade - ea8f37e8982dc22022b33c5e151081ad04d923a6 + ecec08a0eebbd92bb9538e351d475582551d9092 - + https://github.com/dotnet/arcade - ea8f37e8982dc22022b33c5e151081ad04d923a6 + ecec08a0eebbd92bb9538e351d475582551d9092 - + https://github.com/dotnet/arcade - ea8f37e8982dc22022b33c5e151081ad04d923a6 + ecec08a0eebbd92bb9538e351d475582551d9092 - + https://github.com/dotnet/arcade - ea8f37e8982dc22022b33c5e151081ad04d923a6 + ecec08a0eebbd92bb9538e351d475582551d9092 - + https://github.com/dotnet/arcade - ea8f37e8982dc22022b33c5e151081ad04d923a6 + ecec08a0eebbd92bb9538e351d475582551d9092 https://github.com/dotnet/arcade-services diff --git a/eng/common/sdk-task.ps1 b/eng/common/sdk-task.ps1 index 32ad5c7e..e159c6f1 100644 --- a/eng/common/sdk-task.ps1 +++ b/eng/common/sdk-task.ps1 @@ -42,6 +42,7 @@ function Build([string]$target) { /p:Configuration=$configuration ` /p:RepoRoot=$RepoRoot ` /p:BaseIntermediateOutputPath=$outputPath ` + /v:$verbosity ` @properties } diff --git a/global.json b/global.json index 066bb2f5..74648c5a 100644 --- a/global.json +++ b/global.json @@ -11,6 +11,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20407.3" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20411.8" } }