We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87f6812 commit d72e731Copy full SHA for d72e731
build.proj
@@ -105,7 +105,7 @@
105
106
<Target Name="BuildTools" Condition="'$(BuildTools)' == 'true'">
107
<PropertyGroup>
108
- <DotnetBuildCmd>$(DotNetCmd) dotnet build -c Release -p:ReferenceType=$(ReferenceType)"</DotnetBuildCmd>
+ <DotnetBuildCmd>$(DotNetCmd) dotnet build -c Release -p:ReferenceType=$(ReferenceType)</DotnetBuildCmd>
109
</PropertyGroup>
110
<Exec Command="$(DotnetBuildCmd)" WorkingDirectory="$(GenAPISrcDir)Microsoft.DotNet.GenAPI\" />
111
</Target>
0 commit comments