Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
b65525a
pruning tests.yml
seankane-msft Aug 26, 2020
f2d496c
potential fix
seankane-msft Aug 26, 2020
501e6a5
updated environment variables
seankane-msft Aug 26, 2020
b3a8b8d
another change to tests.yml
seankane-msft Aug 26, 2020
2ba8ce3
change
seankane-msft Aug 26, 2020
68d317f
edits to testcase
seankane-msft Aug 26, 2020
09412a2
setting storage_name and rg_kwargs to None to help identify problem
seankane-msft Aug 27, 2020
767325a
forcing i_need_to_create_rg to be True
seankane-msft Aug 27, 2020
13b9453
flirting with version change
seankane-msft Aug 27, 2020
da5a993
Merge branch 'master' of https://github.com/Azure/azure-sdk-for-pytho…
seankane-msft Aug 27, 2020
1e10147
reverting back to normal for both testcase and version
seankane-msft Aug 27, 2020
cd8ecca
Packaging update of azure-data-tables
AutorestCI Aug 27, 2020
c7265d6
adding azure identity to dev reqs
seankane-msft Aug 28, 2020
f913e14
Merge branch 'remove-resources-post-test' of https://github.com/Azure…
seankane-msft Aug 28, 2020
1041fd3
adding azure-identity to dev_reqs
seankane-msft Aug 28, 2020
5af3cc5
mirror updates from personal branch
scbedd Aug 28, 2020
81d22a7
adding continue on error so we can see the env
scbedd Aug 28, 2020
8cff49e
update shared test case rg_kwargs resource to mapping instead of None…
scbedd Aug 28, 2020
656cabc
updating dev_reqs
seankane-msft Aug 28, 2020
61e20d8
random issues gone?
scbedd Aug 28, 2020
b3ecea3
build-test changes
scbedd Aug 28, 2020
032935f
Merge branch 'remove-resources-post-test' of https://github.com/Azure…
seankane-msft Aug 31, 2020
efb41da
undoing all the bot changes from AutorestCI
seankane-msft Aug 31, 2020
4b39948
edits thanks to Kristas suggestion, hopefully stops AutorestCI from s…
seankane-msft Aug 31, 2020
356252d
import directly from file, python2 can't find the module
seankane-msft Aug 31, 2020
dd64612
pylint fixes
seankane-msft Aug 31, 2020
2f6bf8b
debugging why python 2.7 can't find azure data tables
seankane-msft Sep 1, 2020
3168551
undoing last change
seankane-msft Sep 1, 2020
8c95651
reverting setup.py to master branch, adding space in inits just incase
seankane-msft Sep 1, 2020
d343b96
add comprehension of nspkg to azure-data-tables
scbedd Sep 1, 2020
8bae8fc
adding nspkg to shared_reqs
seankane-msft Sep 1, 2020
2e3bfb0
Merge https://github.com/Azure/azure-sdk-for-python into remove-resou…
seankane-msft Sep 1, 2020
cb2de0d
Merge branch 'remove-resources-post-test' of https://github.com/Azure…
seankane-msft Sep 1, 2020
58c8568
updating shared_req to freeze nspkg at the same version
seankane-msft Sep 1, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
mirror updates from personal branch
  • Loading branch information
scbedd committed Aug 28, 2020
commit 5af3cc5219a5a8c67f60008cba47ef6fb9302a06
4 changes: 4 additions & 0 deletions eng/pipelines/templates/steps/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ steps:

- ${{ parameters.AfterTestSteps }}

- pwsh: |
Get-ChildItem -path env:
displayName: Dump Env

- task: PublishTestResults@2
condition: always()
inputs:
Expand Down