We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a87115 commit 44b6484Copy full SHA for 44b6484
tools/tasks/settings.js
@@ -7,7 +7,7 @@ const target = process.env.CONFIGURATION || 'Debug'
7
const buildNumber = process.env.APPVEYOR_BUILD_NUMBER
8
let version = pjson.version
9
const revision = buildNumber || moment().format('HHmm')
10
-const includeRevision = true
+const includeRevision = false
11
const assemblyVersion = includeRevision ? `${version}.${revision}` : `${version}.0`
12
13
const appVeyorJobId = process.env.APPVEYOR_JOB_ID
0 commit comments