Skip to content

Commit

Permalink
Clean up CI process after fixes (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
BernieWhite authored Apr 16, 2020
1 parent d29be2e commit 0b49a10
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions .azure-pipelines/jobs/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ jobs:
# Get extension version
- powershell: Invoke-Build GetVersionInfo -Build $(Build.BuildNumber)
displayName: 'Get extension version'
# env:
# QUERYAZUREDEVOPSEXTENSIONVERSION_EXTENSION_VERSION: $(Extension.Version)

# Publish extension
- task: PublishAzureDevOpsExtension@2
Expand Down
3 changes: 1 addition & 2 deletions pipeline.build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ if ($version -like '*-*') {
}

if ($Env:QUERYAZUREDEVOPSEXTENSIONVERSION_EXTENSION_VERSION) {
Write-Verbose -Message "[Pipeline] -- Using QUERYAZUREDEVOPSEXTENSIONVERSION_EXTENSION_VERSION: $Env:QUERYAZUREDEVOPSEXTENSIONVERSION_EXTENSION_VERSION";
Write-Verbose -Message "[Pipeline] -- Using EXTENSION_VERSION: $Env:EXTENSION_VERSION";
Write-Verbose -Message "[Pipeline] -- Using EXTENSION_VERSION: $Env:QUERYAZUREDEVOPSEXTENSIONVERSION_EXTENSION_VERSION";
[String[]]$extensionParts = $Env:QUERYAZUREDEVOPSEXTENSIONVERSION_EXTENSION_VERSION.Split('.', [System.StringSplitOptions]::RemoveEmptyEntries);
[String[]]$versionParts = $version.Split('.', [System.StringSplitOptions]::RemoveEmptyEntries);

Expand Down

0 comments on commit 0b49a10

Please sign in to comment.