updating extension to 1.6.50 (#236)
* updating extension to 1.6.50 * change constant to .49 to perform a force push for codecov * change version to 1.6.50 * use latest action version to address codecov issue * add extra to eof in ci.yml to match with master
This commit is contained in:
Родитель
dedb1b4ff3
Коммит
2b8bf08631
|
@ -30,7 +30,7 @@ class Constants(object):
|
|||
UNKNOWN = "Unknown"
|
||||
|
||||
# Extension version (todo: move to a different file)
|
||||
EXT_VERSION = "1.6.49"
|
||||
EXT_VERSION = "1.6.50"
|
||||
|
||||
# Runtime environments
|
||||
TEST = 'Test'
|
||||
|
|
|
@ -28,7 +28,7 @@ class Constants(object):
|
|||
yield item
|
||||
|
||||
# Extension version (todo: move to a different file)
|
||||
EXT_VERSION = "1.6.49"
|
||||
EXT_VERSION = "1.6.50"
|
||||
|
||||
# Runtime environments
|
||||
TEST = 'Test'
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<ExtensionImage xmlns="http://schemas.microsoft.com/windowsazure">
|
||||
<ProviderNameSpace>Microsoft.CPlat.Core</ProviderNameSpace>
|
||||
<Type>LinuxPatchExtension</Type>
|
||||
<Version>1.6.49</Version>
|
||||
<Version>1.6.50</Version>
|
||||
<Label>Microsoft Azure VM InGuest Patch Extension for Linux Virtual Machines</Label>
|
||||
<HostingResources>VmRole</HostingResources>
|
||||
<MediaLink></MediaLink>
|
||||
|
|
Загрузка…
Ссылка в новой задаче