Skip to content

Commit 77bddd8

Browse files
committed
Update azure-pipelines-test.yml for Azure Pipelines
1 parent 6aad964 commit 77bddd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
displayName: 'Extract the latest release'
4040
inputs:
4141
archiveFilePatterns: '$(System.ArtifactsDirectory)/PreviousGitHubRelease/*.vsix'
42-
destinationFolder: '$(System.ArtifactsDirectory)/PreviousGitHubRelease'
42+
destinationFolder: '$(System.ArtifactsDirectory)/PreviousGitHubRelease/Content'
4343
cleanDestinationFolder: true
4444
overwriteExistingFiles: false
4545

@@ -49,7 +49,7 @@ jobs:
4949
inputs:
5050
targetType: 'inline'
5151
script: |
52-
$vsixManifestPath = Resolve-Path $(System.ArtifactsDirectory)\PreviousGitHubRelease\extension.vsixmanifest
52+
$vsixManifestPath = Resolve-Path $(System.ArtifactsDirectory)\PreviousGitHubRelease\Content\extension.vsixmanifest
5353
[xml]$vsixManifestContent = Get-Content $vsixManifestPath
5454
$vsixVersion = $vsixManifestContent.PackageManifest.Metadata.Identity.Version
5555
echo "Found vsix version = $vsixVersion"

0 commit comments

Comments
 (0)