Skip to content

Commit 606e46a

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent ce631e4 commit 606e46a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -136,15 +136,6 @@ jobs:
136136
artifactName: 'SqlQueryTools'
137137
targetPath: '$(Build.StagingDirectory)/Artifact'
138138

139-
- task: PowerShell@2
140-
displayName: 'tmp'
141-
inputs:
142-
targetType: 'inline'
143-
script: |
144-
echo "Start Deploy of $(currentVsixVersion)"
145-
$vsixPath = Resolve-Path $(Build.StagingDirectory)\Artifact\
146-
Get-ChildItem $vsixPath
147-
148139
- task: GitHubRelease@1
149140
displayName: 'Publish new release to GitHub'
150141
inputs:

0 commit comments

Comments
 (0)