Add Automation for Build System #15

Merged
engineerjoe440 merged 8 commits from dev/build-system-enhancements into main 2022-11-07 03:10:58 +00:00
Showing only changes of commit d9b5b9fe09 - Show all commits

2
Jenkinsfile vendored
View File

@ -23,7 +23,7 @@ node ('windows') {
// Wrap Up - Archive the Generated Executables, Tear Down the Build System.
stage('Archive/Teardown') {
archiveArtifacts artifacts: "$WORKSPACE\\dist\\*.exe"
archiveArtifacts artifacts: "dist\\*.exe"
}
}