8000 Added botbuilder-adapters-slack to libraries. Set version on botbuil… · RobStand/botbuilder-python@8620a58 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8620a58

Browse files
committed
Added botbuilder-adapters-slack to libraries. Set version on botbuilder-integration-applicationinsights-aiohttp
1 parent 5ed1497 commit 8620a58

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

ci-pr-pipeline.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
pip install -e ./libraries/botbuilder-azure
5353
pip install -e ./libraries/botbuilder-testing
5454
pip install -e ./libraries/botbuilder-integration-applicationinsights-aiohttp
55+
pip install -e ./libraries/botbuilder-adapters-slack
5556
pip install -r ./libraries/botframework-connector/tests/requirements.txt
5657
pip install -r ./libraries/botbuilder-core/tests/requirements.txt
5758
pip install coveralls
@@ -85,16 +86,16 @@ jobs:
8586
- powershell: |
8687
Set-Location ..
8788
Get-ChildItem -Recurse -Force
88-
89+
8990
displayName: 'Dir workspace'
9091
condition: succeededOrFailed()
9192
9293
- powershell: |
9394
# 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.
9596
# My attempts to override this and have it go directly to the CodeCoverage directory have
9697
# all failed, so I'm just doing the copy here. (cmullins)
97-
98+
9899
Get-ChildItem -Path "$(Build.SourcesDirectory)" -Include "*coverage*" | Copy-Item -Destination "$(Build.ArtifactStagingDirectory)/CodeCoverage"
99100
displayName: 'Copy .coverage Files to CodeCoverage folder'
100101
continueOnError: true

libraries/botbuilder-integration-applicationinsights-aiohttp/botbuilder/integration/applicationinsights/aiohttp/about.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
__title__ = "botbuilder-integration-applicationinsights-aiohttp"
88
__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"
1010
)
1111
__uri__ = "https://www.github.com/Microsoft/botbuilder-python"
1212
__author__ = "Microsoft"

0 commit comments

Comments
 (0)
0