Skip to content

Commit 77b277a

Browse files
[main] Source code updates from dotnet/dotnet (#2561)
* [VMR] Codeflow bd9602c-bd9602c [[ commit created by automation ]] * Update dependencies from https://github.com/dotnet/dotnet build 269352 No dependency updates to commit --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent b9c7d4f commit 77b277a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

eng/DotNetBuild.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<PropertyGroup>
66
<GitHubRepositoryName>command-line-api</GitHubRepositoryName>
77
<SourceBuildManagedOnly>true</SourceBuildManagedOnly>
8-
<ReportPrebuiltUsage Condition="'$(DotNetBuildSourceOnly)' == 'true'">$(DotNetBuildOrchestrator)</ReportPrebuiltUsage>
8+
<ReportPrebuiltUsage Condition="'$(DotNetBuildSourceOnly)' == 'true'">$(DotNetBuildFromVMR)</ReportPrebuiltUsage>
99
<SetUpSourceBuildIntermediateNupkgCache>false</SetUpSourceBuildIntermediateNupkgCache>
1010
<CreateIntermediatePackage>false</CreateIntermediatePackage>
1111
</PropertyGroup>

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="command-line-api" Sha="721dc7a2a59416b21fc49447d264009d708d6000" BarId="265489" />
3+
<Source Uri="https://github.com/dotnet/dotnet" Mapping="command-line-api" Sha="445fb3a55b402cbe3a43576105e6fdc6686c8e4c" BarId="269352" />
44
<ProductDependencies>
55
</ProductDependencies>
66
<ToolsetDependencies>

eng/Versions.props

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
<!-- Default version number to global tool. -->
55
<VersionPrefix>0.1.0</VersionPrefix>
66
<AutoGenerateAssemblyVersion>true</AutoGenerateAssemblyVersion>
7-
<PreReleaseVersionLabel></PreReleaseVersionLabel>
7+
<PreReleaseVersionLabel>
8+
</PreReleaseVersionLabel>
89
</PropertyGroup>
910
<PropertyGroup Condition="'$(UseGlobalToolVersion)' == 'true'">
1011
<AutoGenerateAssemblyVersion>false</AutoGenerateAssemblyVersion>

0 commit comments

Comments
 (0)