File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -68,12 +68,12 @@ pipeline {
6868 }
6969 stage('Archive Artifacts'){
7070 steps {
71- bat "xcopy \"$WORKSPACE\\StreamDeck-dmxc3-Plugin\\bin\\Release\\net6 .0\\StreamDeck.dll\" \"$WORKSPACE\\output\\\" /F /R /Y /I"
72- bat "xcopy \"$WORKSPACE\\StreamDeck-dmxc3-Plugin\\bin\\Release\\net6 .0\\StreamDeck.pdb\" \"$WORKSPACE\\output\\\" /F /R /Y /I"
73- bat "xcopy \"$WORKSPACE\\StreamDeck-dmxc3-Plugin\\bin\\Release\\net6 .0\\StreamDeckSharp.dll\" \"$WORKSPACE\\output\\dependencies\\\" /F /R /Y /I"
74- bat "xcopy \"$WORKSPACE\\StreamDeck-dmxc3-Plugin\\bin\\Release\\net6 .0\\OpenMacroBoard.SDK.dll\" \"$WORKSPACE\\output\\dependencies\\\" /F /R /Y /I"
75- bat "xcopy \"$WORKSPACE\\StreamDeck-dmxc3-Plugin\\bin\\Release\\net6 .0\\SixLabors.ImageSharp.dll\" \"$WORKSPACE\\output\\dependencies\\\" /F /R /Y /I"
76- bat "xcopy \"$WORKSPACE\\StreamDeck-dmxc3-Plugin\\bin\\Release\\net6 .0\\HidSharp.dll\" \"$WORKSPACE\\output\\dependencies\\\" /F /R /Y /I"
71+ bat "xcopy \"$WORKSPACE\\StreamDeck-dmxc3-Plugin\\bin\\Release\\netstandard2 .0\\StreamDeck.dll\" \"$WORKSPACE\\output\\\" /F /R /Y /I"
72+ bat "xcopy \"$WORKSPACE\\StreamDeck-dmxc3-Plugin\\bin\\Release\\netstandard2 .0\\StreamDeck.pdb\" \"$WORKSPACE\\output\\\" /F /R /Y /I"
73+ bat "xcopy \"$WORKSPACE\\StreamDeck-dmxc3-Plugin\\bin\\Release\\netstandard2 .0\\StreamDeckSharp.dll\" \"$WORKSPACE\\output\\dependencies\\\" /F /R /Y /I"
74+ bat "xcopy \"$WORKSPACE\\StreamDeck-dmxc3-Plugin\\bin\\Release\\netstandard2 .0\\OpenMacroBoard.SDK.dll\" \"$WORKSPACE\\output\\dependencies\\\" /F /R /Y /I"
75+ bat "xcopy \"$WORKSPACE\\StreamDeck-dmxc3-Plugin\\bin\\Release\\netstandard2 .0\\SixLabors.ImageSharp.dll\" \"$WORKSPACE\\output\\dependencies\\\" /F /R /Y /I"
76+ bat "xcopy \"$WORKSPACE\\StreamDeck-dmxc3-Plugin\\bin\\Release\\netstandard2 .0\\HidSharp.dll\" \"$WORKSPACE\\output\\dependencies\\\" /F /R /Y /I"
7777
7878 dir('output') {
7979 archiveArtifacts artifacts: '**/*.*'
You can’t perform that action at this time.
0 commit comments