chore(ci): set correct version on windows

This commit is contained in:
calebboyd
2018-07-31 22:02:57 -05:00
parent 8fd84fd34d
commit e84e236a3d
+1 -1
View File
@@ -45,7 +45,7 @@ export function triggerDockerBuild(release: NexeTarget, branch: string) {
}
export function triggerWindowsBuild(release: NexeTarget) {
const version = 'NEXE_VERSION' in env ? env.NEXE_VERSION!.trim() : release.version
const version = 'NEXE_VERSION' in env ? env.NEXE_VERSION!.trim() : release.toString()
if (version.startsWith('10.')) {
if ((env.APPVEYOR_BUILD_WORKER_IMAGE || '').includes('2017')) {
env.NEXE_VERSION = version