Skip to content

Commit

Permalink
Merge pull request rstudio#9753 from rstudio/bugfix/version-build-cha…
Browse files Browse the repository at this point in the history
…nges

Add suffix to windows build
  • Loading branch information
jmcphers authored Aug 18, 2021
2 parents 5639c89 + b1a77b5 commit 54f9258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ try {
}
}
stage('build'){
def env = "set \"RSTUDIO_VERSION_MAJOR=${rstudioVersionMajor}\" && set \"RSTUDIO_VERSION_MINOR=${rstudioVersionMinor}\" && set \"RSTUDIO_VERSION_PATCH=${rstudioVersionPatch}\""
def env = "set \"RSTUDIO_VERSION_MAJOR=${rstudioVersionMajor}\" && set \"RSTUDIO_VERSION_MINOR=${rstudioVersionMinor}\" && set \"RSTUDIO_VERSION_PATCH=${rstudioVersionPatch}\" && set \"RSTUDIO_VERSION_SUFFIX=${rstudioVersionSuffix}\""
bat "cd package/win32 && ${env} && set \"PACKAGE_OS=Windows\" && make-package.bat clean && cd ../.."
}
stage('tests'){
Expand Down

0 comments on commit 54f9258

Please sign in to comment.