Update the Version Pattern
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#Requires -Modules 'InvokeBuild'
|
#Requires -Modules 'InvokeBuild'
|
||||||
|
|
||||||
$version = "{0}.{1}" -f $(Get-Content .\version.txt), $(Get-Date -Format 'yyyyMMdd')
|
$version = "{0}" -f $(Get-Content .\version.txt)
|
||||||
|
|
||||||
#Define the default task
|
#Define the default task
|
||||||
task . CreateArtifacts
|
task . CreateArtifacts
|
||||||
|
|||||||
Reference in New Issue
Block a user