Skip to content

Commit 6f98897

Browse files
committed
Change the release output folder because the project is created in ...\netstandard2.0\...
1 parent 428d860 commit 6f98897

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

JenkinsFile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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: '**/*.*'

0 commit comments

Comments
 (0)