Skip to content

Commit d72e731

Browse files
authored
[5.1] Fix | Dotnet build command (#2728)
* Test genapi csproj * remove quote
1 parent 87f6812 commit d72e731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105

106106
<Target Name="BuildTools" Condition="'$(BuildTools)' == 'true'">
107107
<PropertyGroup>
108-
<DotnetBuildCmd>$(DotNetCmd) dotnet build -c Release -p:ReferenceType=$(ReferenceType)"</DotnetBuildCmd>
108+
<DotnetBuildCmd>$(DotNetCmd) dotnet build -c Release -p:ReferenceType=$(ReferenceType)</DotnetBuildCmd>
109109
</PropertyGroup>
110110
<Exec Command="$(DotnetBuildCmd)" WorkingDirectory="$(GenAPISrcDir)Microsoft.DotNet.GenAPI\" />
111111
</Target>

0 commit comments

Comments
 (0)