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 7caa379 + eb8fc3a commit c7289d0Copy full SHA for c7289d0
Rules/ScriptAnalyzerBuiltinRules.csproj
@@ -1,4 +1,4 @@
1
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
2
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
<PropertyGroup>
4
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -105,4 +105,8 @@
105
<ProjectExtensions>
106
<VisualStudio AllowExistingFolder="true" />
107
</ProjectExtensions>
108
-</Project>
+ <PropertyGroup>
109
+ <PostBuildEvent>mkdir "$(SolutionDir)$(SolutionName)"
110
+copy /y "$(TargetPath)" "$(SolutionDir)$(SolutionName)"</PostBuildEvent>
111
+ </PropertyGroup>
112
+</Project>
0 commit comments