Skip to content

Commit

Permalink
update variable name (#7483)
Browse files Browse the repository at this point in the history
  • Loading branch information
KarishmaGhiya authored Feb 21, 2020
1 parent f920ec1 commit 18e99c8
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions sdk/servicebus/service-bus/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
Linux_Node10:
OSVmImage: "ubuntu-16.04"
TestType: "node"
UploadCodeCoverage: true
PublishCodeCoverage: true
Browser_Windows_Node10:
OSVmImage: "windows-2019"
TestType: "browser"
UploadCodeCoverage: true
PublishCodeCoverage: true
EnvVars:
AZURE_CLIENT_ID: $(aad-azure-sdk-test-client-id)
AZURE_TENANT_ID: $(aad-azure-sdk-test-tenant-id)
Expand Down
4 changes: 2 additions & 2 deletions sdk/storage/storage-blob/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
OSVmImage: "ubuntu-16.04"
NodeVersion: "10.x"
TestType: "node"
UploadCodeCoverage: true
PublishCodeCoverage: true
Linux_Node12:
OSVmImage: "ubuntu-16.04"
NodeVersion: "12.x"
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
OSVmImage: "ubuntu-16.04"
NodeVersion: "10.x"
TestType: "browser"
UploadCodeCoverage: true
PublishCodeCoverage: true
Browser_Windows_Node10:
OSVmImage: "windows-2019"
NodeVersion: "10.x"
Expand Down
4 changes: 2 additions & 2 deletions sdk/storage/storage-file-share/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
OSVmImage: "ubuntu-16.04"
NodeVersion: "10.x"
TestType: "node"
UploadCodeCoverage: true
PublishCodeCoverage: true
Linux_Node12:
OSVmImage: "ubuntu-16.04"
NodeVersion: "12.x"
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
OSVmImage: "ubuntu-16.04"
NodeVersion: "10.x"
TestType: "browser"
UploadCodeCoverage: true
PublishCodeCoverage: true
Browser_Windows_Node10:
OSVmImage: "windows-2019"
NodeVersion: "10.x"
Expand Down
4 changes: 2 additions & 2 deletions sdk/storage/storage-queue/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
OSVmImage: "ubuntu-16.04"
NodeVersion: "10.x"
TestType: "node"
UploadCodeCoverage: true
PublishCodeCoverage: true
Linux_Node12:
OSVmImage: "ubuntu-16.04"
NodeVersion: "12.x"
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
OSVmImage: "ubuntu-16.04"
NodeVersion: "10.x"
TestType: "browser"
UploadCodeCoverage: true
PublishCodeCoverage: true
Browser_Windows_Node10:
OSVmImage: "windows-2019"
NodeVersion: "10.x"
Expand Down
4 changes: 2 additions & 2 deletions sdk/textanalytics/ai-text-analytics/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
Linux_Node10:
OSVmImage: "ubuntu-16.04"
TestType: "node"
UploadCodeCoverage: true
PublishCodeCoverage: true
Windows_Node10:
OSVmImage: "windows-2019"
TestType: "node"
Expand All @@ -27,7 +27,7 @@ jobs:
Browser_Linux_Node10:
OSVmImage: "ubuntu-16.04"
TestType: "browser"
UploadCodeCoverage: true
PublishCodeCoverage: true
Browser_Windows_Node10:
OSVmImage: "windows-2019"
TestType: "browser"
Expand Down

0 comments on commit 18e99c8

Please sign in to comment.