File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ pipeline {
72
72
bat "xcopy \"$WORKSPACE\\XKeys-dmxc3-Plugin\\bin\\Release\\net6.0\\XKeys-dmxc3-Plugin.pdb\" \"$WORKSPACE\\output\\\" /F /R /Y /I"
73
73
bat "xcopy \"$WORKSPACE\\XKeys-dmxc3-Plugin\\bin\\Release\\net6.0\\XKeys-dmxc3-Plugin.deps.json\" \"$WORKSPACE\\output\\\" /F /R /Y /I"
74
74
bat "xcopy \"$WORKSPACE\\XKeys-dmxc3-Plugin\\bin\\Release\\net6.0\\XKeysSharp.dll\" \"$WORKSPACE\\output\\dependencies\\\" /F /R /Y /I"
75
+ bat "xcopy \"$WORKSPACE\\XKeys-dmxc3-Plugin\\bin\\Release\\net6.0\\PIEHidNetCore.dll\" \"$WORKSPACE\\output\\dependencies\\\" /F /R /Y /I"
75
76
bat "xcopy \"$WORKSPACE\\XKeys-dmxc3-Plugin\\bin\\Release\\net6.0\\System.*\" \"$WORKSPACE\\output\\dependencies\\\" /F /R /Y /I"
76
77
bat "xcopy \"$WORKSPACE\\XKeys-dmxc3-Plugin\\bin\\Release\\net6.0\\Microsoft.*\" \"$WORKSPACE\\output\\dependencies\\\" /F /R /Y /I"
77
78
Original file line number Diff line number Diff line change 13
13
<CopyLocalLockFileAssemblies >true</CopyLocalLockFileAssemblies >
14
14
</PropertyGroup >
15
15
<ItemGroup >
16
- <PackageReference Include =" XKeysSharp" Version =" 1.0.1 " />
16
+ <PackageReference Include =" XKeysSharp" Version =" 1.0.2 " />
17
17
</ItemGroup >
18
18
<ItemGroup >
19
19
<Reference Include =" Lumos" >
You can’t perform that action at this time.
0 commit comments