File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
</PropertyGroup >
12
12
13
13
<ItemGroup >
14
- <PackageReference Include =" YamlDotNet" Version =" 11.2.1" />
14
+ <PackageReference Include =" YamlDotNet" Version =" 11.2.1" GeneratePathProperty = " true " />
15
15
</ItemGroup >
16
16
17
- <Target Name =" AfterBuild " >
18
- <Copy SourceFiles =" $(OutputPath)DarkConfig.dll" DestinationFolder =" $(SolutionDir) demo/Assets/Plugins" ContinueOnError =" true " />
19
- <Copy SourceFiles =" $(OutputPath) YamlDotNet.dll" DestinationFolder =" $(SolutionDir) demo/Assets/Plugins" ContinueOnError =" true " />
17
+ <Target Name =" CopyDLLs " AfterTargets = " Build " >
18
+ <Copy SourceFiles =" $(OutputPath)DarkConfig.dll" DestinationFolder =" $(OutputPath)/../../ demo/Assets/Plugins" ContinueOnError =" false " />
19
+ <Copy SourceFiles =" $(PkgYamlDotNet)/lib/$(TargetFramework)/ YamlDotNet.dll" DestinationFolder =" $(OutputPath)/../../ demo/Assets/Plugins" ContinueOnError =" false " />
20
20
</Target >
21
21
</Project >
You can’t perform that action at this time.
0 commit comments