Skip to content

Commit 73c6b75

Browse files
[main] Source code updates from dotnet/dotnet (#78724)
* [VMR] Codeflow f5705c8-57b0396 [[ commit created by automation ]] * Update dependencies from https://github.com/dotnet/dotnet build 269724 No dependency updates to commit --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent e2b26ff commit 73c6b75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eng/Version.Details.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Dependencies>
3-
<Source Uri="https://github.com/dotnet/dotnet" Mapping="roslyn" Sha="f5705c8f4c5079bba77bae8698ba1583bde0388c" BarId="269610" />
3+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="roslyn" Sha="57b0396ae0d21b9f0dfe0d208c57822fb88f9a8d" BarId="269724" />
44
<ProductDependencies>
55
<!-- RoslynAnalyzers reference older builds of Roslyn and this is necessary for SourceBuild. -->
66
<Dependency Name="Microsoft.CodeAnalysis" Version="3.11.0">

eng/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ function BuildSolution {
323323
$mono_tool \
324324
$generate_documentation_file \
325325
$roslyn_use_hard_links \
326-
"${properties[@]}"
326+
${properties[@]+"${properties[@]}"}
327327
}
328328

329329
function GetCompilerTestAssembliesIncludePaths {

0 commit comments

Comments
 (0)