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 438e1a1 commit 232089aCopy full SHA for 232089a
src/ResourceManager/ServiceBus/Commands.ServiceBus/Commands.ServiceBus.csproj
@@ -195,11 +195,11 @@
195
<Name>Commands.ResourceManager.Common</Name>
196
</ProjectReference>
197
</ItemGroup>
198
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
199
<Target Name="AfterBuild">
200
<ItemGroup>
201
<MarkdownFiles Include="$(ProjectDir)help\*.*" />
202
203
<Copy SourceFiles="@(MarkdownFiles)" DestinationFolder="$(OutputPath)\help\" ContinueOnError="false" />
204
</Target>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
205
</Project>
0 commit comments