Skip to content

Commit 46d34a8

Browse files
authored
fixed hard-coded "Debug" for $(Configuration)
Should get AppVeyor back on track
1 parent 65b93c0 commit 46d34a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Rubberduck.Inspections/Rubberduck.Inspections.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209
<ItemGroup />
210210
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
211211
<PropertyGroup>
212-
<PostBuildEvent>copy "$(TargetPath)" "$(SolutionDir)RetailCoder.VBE\bin\Debug" /Y</PostBuildEvent>
212+
<PostBuildEvent>copy "$(TargetPath)" "$(SolutionDir)RetailCoder.VBE\bin\$(Configuration)" /Y</PostBuildEvent>
213213
</PropertyGroup>
214214
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
215215
Other similar extension points exist, see Microsoft.Common.targets.
@@ -218,4 +218,4 @@
218218
<Target Name="AfterBuild">
219219
</Target>
220220
-->
221-
</Project>
221+
</Project>

0 commit comments

Comments
 (0)