File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" utf-8" ?>
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<PropertyGroup >
4
4
<Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
93
93
<ProjectExtensions >
94
94
<VisualStudio AllowExistingFolder =" true" />
95
95
</ProjectExtensions >
96
- </Project >
96
+ <PropertyGroup >
97
+ <PostBuildEvent >mkdir "$(SolutionDir)$(SolutionName)"
98
+ copy /y "$(ProjectDir)\*.ps1xml" "$(SolutionDir)$(SolutionName)"
99
+ copy /y "$(ProjectDir)\*.psd1" "$(SolutionDir)$(SolutionName)"
100
+ copy /y "$(TargetPath)" "$(SolutionDir)$(SolutionName)"</PostBuildEvent >
101
+ </PropertyGroup >
102
+ </Project >
You can’t perform that action at this time.
0 commit comments