Update tag to store version info
This commit is contained in:
parent
795d6702ed
commit
eaa4e063af
@ -10,9 +10,13 @@ build:
|
|||||||
verbosity: minimal
|
verbosity: minimal
|
||||||
assembly_info:
|
assembly_info:
|
||||||
patch: true
|
patch: true
|
||||||
|
file: '**\AssemblyInfo.*'
|
||||||
|
assembly_version: '{version}'
|
||||||
|
assembly_file_version: '{version}'
|
||||||
|
assembly_informational_version: '{version}'
|
||||||
deploy:
|
deploy:
|
||||||
- provider: GitHub
|
- provider: GitHub
|
||||||
tag: EXPERIMENTAL_LATEST
|
tag: `EXPERIMENTAL_LATEST-v$appveyor_build_version`
|
||||||
description: 'This is the latest build of the tool automatically built from the latest commit!\n\nMessage: $(APPVEYOR_REPO_COMMIT_MESSAGE)\n\n Timestamp: $(APPVEYOR_REPO_COMMIT_TIMESTAMP)
|
description: 'This is the latest build of the tool automatically built from the latest commit!\n\nMessage: $(APPVEYOR_REPO_COMMIT_MESSAGE)\n\n Timestamp: $(APPVEYOR_REPO_COMMIT_TIMESTAMP)
|
||||||
|
|
||||||
**If this program does not open, make sure to unblock the zip file then extract!**
|
**If this program does not open, make sure to unblock the zip file then extract!**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user