Skip to content

Commit e0044d8

Browse files
author
Hovsep
committed
Merge pull request Azure#128 from hovsepm/ignite
Removed xcopy in the DNS test projects
2 parents 800e379 + 75d4433 commit e0044d8

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/ResourceManager/Dns/Commands.Dns.Test/Commands.Dns.Test.csproj

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -266,14 +266,4 @@
266266
<Error Condition="!Exists('..\..\..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" Text="This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=317567." HelpKeyword="BCLBUILD2001" />
267267
<Error Condition="Exists('..\..\..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" Text="The build restored NuGet packages. Build the project again to include these packages in the build. For more information, see http://go.microsoft.com/fwlink/?LinkID=317568." HelpKeyword="BCLBUILD2002" />
268268
</Target>
269-
<PropertyGroup>
270-
<PostBuildEvent>xcopy "$(SolutionDir)Package\$(ConfigurationName)\*.*" $(TargetDir) /Y /E</PostBuildEvent>
271-
</PropertyGroup>
272-
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
273-
Other similar extension points exist, see Microsoft.Common.targets.
274-
<Target Name="BeforeBuild">
275-
</Target>
276-
<Target Name="AfterBuild">
277-
</Target>
278-
-->
279269
</Project>

0 commit comments

Comments
 (0)