Skip to content

Commit

Permalink
Merge branch 'master' of github.com:nicoco007/WpfKenBurns
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoco007 committed Oct 16, 2019
2 parents 0d85f0a + ad18d3b commit f3d8899
Show file tree
Hide file tree
Showing 3 changed files with 681 additions and 1 deletion.
16 changes: 16 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
pipeline {
agent {
node {
label 'windows && vs-15'
}
}
stages {
stage('Build') {
steps {
bat 'nuget restore'
bat 'msbuild /p:Configuration=Release /p:Platform="Any CPU"'
archiveArtifacts 'WpfKenBurns\\bin\\Release\\Ken Burns.scr'
}
}
}
}
Loading

0 comments on commit f3d8899

Please sign in to comment.