Skip to content

Commit

Permalink
Removing file 'Tests.depend.ps1' (#1461)
Browse files Browse the repository at this point in the history
  • Loading branch information
johlju authored Jan 8, 2020
1 parent 388d107 commit 911ce6a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 44 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ For older change log history see the [historic changelog](HISTORIC_CHANGELOG.md)
and fixed style issues.
- Ignore commit in `GitVersion.yml` to force the correct initial release.
- Set a display name on all the jobs and tasks in the CI pipeline.
- Removing file 'Tests.depend.ps1' as it is no longer required.
- SqlServerMaxDop
- Fix line endings in code which did not use the correct format.
- SqlAlwaysOnService
Expand Down
6 changes: 4 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ stages:
- task: PublishBuildArtifacts@1
displayName: 'Publish Build Artifact'
inputs:
PathtoPublish: 'output/'
ArtifactName: 'output'
pathToPublish: 'output/'
artifactName: 'output'
publishLocation: 'Container'

- stage: Test
Expand Down Expand Up @@ -164,6 +164,7 @@ stages:
'tests/Integration/MSFT_SqlScriptQuery.Integration.Tests.ps1'
)
name: test
displayName: 'Run Integration Test'
- task: PublishTestResults@2
displayName: 'Publish Test Results'
condition: succeededOrFailed()
Expand Down Expand Up @@ -226,6 +227,7 @@ stages:
'tests/Integration/MSFT_SqlScriptQuery.Integration.Tests.ps1'
)
name: test
displayName: 'Run Integration Test'
- task: PublishTestResults@2
displayName: 'Publish Test Results'
condition: succeededOrFailed()
Expand Down
42 changes: 0 additions & 42 deletions tests/Tests.depend.psd1

This file was deleted.

0 comments on commit 911ce6a

Please sign in to comment.