File tree 2 files changed +5
-4
lines changed
libraries/botbuilder-integration-applicationinsights-aiohttp/botbuilder/integration/applicationinsights/aiohttp 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 52
52
pip install -e ./libraries/botbuilder-azure
53
53
pip install -e ./libraries/botbuilder-testing
54
54
pip install -e ./libraries/botbuilder-integration-applicationinsights-aiohttp
55
+ pip install -e ./libraries/botbuilder-adapters-slack
55
56
pip install -r ./libraries/botframework-connector/tests/requirements.txt
56
57
pip install -r ./libraries/botbuilder-core/tests/requirements.txt
57
58
pip install coveralls
@@ -85,16 +86,16 @@ jobs:
85
86
- powershell : |
86
87
Set-Location ..
87
88
Get-ChildItem -Recurse -Force
88
-
89
+
89
90
displayName: 'Dir workspace'
90
91
condition: succeededOrFailed()
91
92
92
93
- powershell : |
93
94
# This task copies the code coverage file created by dotnet test into a well known location. In all
94
- # checks I've done, dotnet test ALWAYS outputs the coverage file to the temp directory.
95
+ # checks I've done, dotnet test ALWAYS outputs the coverage file to the temp directory.
95
96
# My attempts to override this and have it go directly to the CodeCoverage directory have
96
97
# all failed, so I'm just doing the copy here. (cmullins)
97
-
98
+
98
99
Get-ChildItem -Path "$(Build.SourcesDirectory)" -Include "*coverage*" | Copy-Item -Destination "$(Build.ArtifactStagingDirectory)/CodeCoverage"
99
100
displayName: 'Copy .coverage Files to CodeCoverage folder'
100
101
continueOnError: true
Original file line number Diff line number Diff line change 6
6
7
7
__title__ = "botbuilder-integration-applicationinsights-aiohttp"
8
8
__version__ = (
9
- os .environ ["packageVersion" ] if "packageVersion" in os .environ else "4.4.0b1 "
9
+ os .environ ["packageVersion" ] if "packageVersion" in os .environ else "4.7.1 "
10
10
)
11
11
__uri__ = "https://www.github.com/Microsoft/botbuilder-python"
12
12
__author__ = "Microsoft"
You can’t perform that action at this time.
0 commit comments