Skip to content

Commit

Permalink
lets try this again
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Dresser committed Dec 6, 2019
1 parent 110b101 commit 41681a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/azure-pipelines/win32/sql-product-test-win32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ steps:
- powershell: |
. build/azure-pipelines/win32/exec.ps1
$ErrorActionPreference = "Stop"
exec { cp $(Agent.TempDirectory)/vsix/* extensions/integration-tests/extensionInstallers }
exec { Copy-Item -Path "$(Agent.TempDirectory)\vsix\*" -Destination "$(Build.SourcesDirectory)\extensions\integration-tests\extensionInstallers" -Recurse }
displayName: Copy Extension Installers

- task: AzureKeyVault@1
Expand Down

1 comment on commit 41681a3

@alanrenmsft
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice name for the commit :)

Please sign in to comment.