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 65b93c0 commit 46d34a8Copy full SHA for 46d34a8
Rubberduck.Inspections/Rubberduck.Inspections.csproj
@@ -209,7 +209,7 @@
209
<ItemGroup />
210
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
211
<PropertyGroup>
212
- <PostBuildEvent>copy "$(TargetPath)" "$(SolutionDir)RetailCoder.VBE\bin\Debug" /Y</PostBuildEvent>
+ <PostBuildEvent>copy "$(TargetPath)" "$(SolutionDir)RetailCoder.VBE\bin\$(Configuration)" /Y</PostBuildEvent>
213
</PropertyGroup>
214
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
215
Other similar extension points exist, see Microsoft.Common.targets.
@@ -218,4 +218,4 @@
218
<Target Name="AfterBuild">
219
</Target>
220
-->
221
-</Project>
+</Project>
0 commit comments