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.
2 parents 529298e + 0389800 commit 46a10a0Copy full SHA for 46a10a0
RestSharp.Build/RestSharp.Build.csproj
@@ -50,7 +50,7 @@
50
</ItemGroup>
51
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
52
<PropertyGroup>
53
- <PostBuildEvent>copy /Y $(TargetPath) $(SolutionDir).nuget\$(TargetFileName)</PostBuildEvent>
+ <PostBuildEvent>copy /Y "$(TargetPath)" "$(SolutionDir).nuget\$(TargetFileName)"</PostBuildEvent>
54
</PropertyGroup>
55
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
56
Other similar extension points exist, see Microsoft.Common.targets.
0 commit comments