Skip to content

Commit 82a1407

Browse files
authored
Remove debug statements (Azure#52804)
* Remove debug statements * Don't call the target you removed
1 parent 7800477 commit 82a1407

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

sdk/ai/Azure.AI.VoiceLive/samples/Directory.Build.props

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" InitialTargets="taco">
1+
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<PropertyGroup>
33
<ExcludeFromCodeCoverage>true</ExcludeFromCodeCoverage>
44
<ImportRepoCommonSettings>true</ImportRepoCommonSettings>
@@ -10,14 +10,8 @@
1010
NU5104;
1111
</NoWarn>
1212
<IsSamplesProject>true</IsSamplesProject>
13-
14-
</PropertyGroup>
15-
13+
</PropertyGroup>
1614
<Import Project="..\Directory.Build.props" />
17-
<Target BeforeTargets="Build" Name="Taco">
18-
19-
<Message Text="$(AssemblyName): $(RequiredTargetFrameworks)" Importance="High"/>
20-
</Target>
2115
<PropertyGroup>
2216
<DefineConstants>$(DefineConstants);STRONGNAME_SIGNED</DefineConstants>
2317
<InheritDocEnabled>false</InheritDocEnabled>

0 commit comments

Comments
 (0)