Skip to content

Commit

Permalink
Move smoke-tests.yml to enable notifications (#11841)
Browse files Browse the repository at this point in the history
* move smoke-tests.yml to enable notifications
* absolute(ish) location for globals.yml
* absolute(ish) location for remove-test-resources.yml
  • Loading branch information
danieljurek authored May 6, 2020
1 parent 467d539 commit 584cda2
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variables:
- template: ./templates/variables/globals.yml
- template: /eng/pipelines/templates/variables/globals.yml

jobs:
- job: SmokeTest
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
- pwsh: dotnet restore ./common/SmokeTests/SmokeTest/SmokeTest.csproj
displayName: dotnet restore

- template: ../common/TestResources/deploy-test-resources.yml
- template: /eng/common/TestResources/deploy-test-resources.yml
parameters:
ServiceDirectory: '$(Build.SourcesDirectory)/common/SmokeTests/'
CloudType: $(CloudType)
Expand All @@ -100,6 +100,6 @@ jobs:
- pwsh: dotnet run -p .\common\SmokeTests\SmokeTest\SmokeTest.csproj --framework $(TestTargetFramework)
displayName: "Run Smoke Tests"

- template: ../common/TestResources/remove-test-resources.yml
- template: /eng/common/TestResources/remove-test-resources.yml
parameters:
ServiceDirectory: '$(Build.SourcesDirectory)/common/SmokeTests/'
ServiceDirectory: '$(Build.SourcesDirectory)/common/SmokeTests/'

0 comments on commit 584cda2

Please sign in to comment.