Skip to content

Commit

Permalink
pr-fix: correct template path
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnmoreels committed May 30, 2024
1 parent 8864a3a commit a205f92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ stages:
inputs:
artifact: 'Build'
path: '$(Build.SourcesDirectory)'
- template: test/run-self-contained-integration-tests.yml
- template: templates/run-self-contained-integration-tests.yml
parameters:
azureServiceConnection: '${{ parameters.azureServiceConnection }}'
keyVaultName: '${{ parameters.keyVaultName }}'
Expand Down
2 changes: 1 addition & 1 deletion build/nuget-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ stages:
inputs:
artifact: 'Build'
path: '$(Build.SourcesDirectory)'
- template: test/run-self-contained-integration-tests.yml
- template: templates/run-self-contained-integration-tests.yml
parameters:
azureServiceConnection: '${{ parameters.azureServiceConnection }}'
keyVaultName: '${{ parameters.keyVaultName }}'
Expand Down

0 comments on commit a205f92

Please sign in to comment.