Skip to content

Commit 460cfbc

Browse files
committed
remove useless output folder copying
1 parent 4043cbd commit 460cfbc

File tree

5 files changed

+0
-13
lines changed

5 files changed

+0
-13
lines changed

src/ResourceManager/ApiManagement/Commands.ApiManagement.Test/Commands.ApiManagement.Test.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,6 @@
201201
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
202202
</ItemGroup>
203203
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
204-
<PropertyGroup>
205-
<PostBuildEvent>xcopy "$(SolutionDir)Package\$(ConfigurationName)\*.*" $(TargetDir) /Y /E</PostBuildEvent>
206-
</PropertyGroup>
207204
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
208205
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
209206
<PropertyGroup>

src/ResourceManager/ApiManagement/Commands.SMAPI.Test/Commands.ApiManagement.ServiceManagement.Test.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -242,9 +242,6 @@
242242
</None>
243243
</ItemGroup>
244244
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
245-
<PropertyGroup>
246-
<PostBuildEvent>xcopy "$(SolutionDir)Package\$(ConfigurationName)\*.*" $(TargetDir) /Y /E</PostBuildEvent>
247-
</PropertyGroup>
248245
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
249246
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
250247
<PropertyGroup>

src/ResourceManager/Compute/Commands.Compute.Test/Commands.Compute.Test.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -352,9 +352,6 @@
352352
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
353353
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
354354
<Import Project="..\..\..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets" Condition="Exists('..\..\..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" />
355-
<PropertyGroup>
356-
<PostBuildEvent>xcopy "$(SolutionDir)Package\$(ConfigurationName)\*.*" $(TargetDir) /Y /E</PostBuildEvent>
357-
</PropertyGroup>
358355
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
359356
<PropertyGroup>
360357
<ErrorText>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=322105. The missing file is {0}.</ErrorText>

src/ResourceManager/HDInsight/Commands.HDInsight/Commands.HDInsight.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
<DefineConstants>DEBUG;TRACE</DefineConstants>
2323
<ErrorReport>prompt</ErrorReport>
2424
<WarningLevel>4</WarningLevel>
25-
<DocumentationFile>..\..\..\Package\Debug\ResourceManager\AzureResourceManager\AzureRM.HDInsight\Microsoft.Azure.Commands.HDInsight.xml</DocumentationFile>
2625
</PropertyGroup>
2726
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2827
<DebugType>pdbonly</DebugType>

src/ResourceManager/Network/Commands.Network.Test/Commands.Network.Test.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -343,9 +343,6 @@
343343
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
344344
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
345345
<Import Project="..\..\..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets" Condition="Exists('..\..\..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" />
346-
<PropertyGroup>
347-
<PostBuildEvent>xcopy "$(SolutionDir)Package\$(ConfigurationName)\*.*" $(TargetDir) /Y /E</PostBuildEvent>
348-
</PropertyGroup>
349346
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
350347
<PropertyGroup>
351348
<ErrorText>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=322105. The missing file is {0}.</ErrorText>

0 commit comments

Comments
 (0)