8000 Merge pull request #813 from microsoft/trboehre/ci-pr-pipeline · RobStand/botbuilder-python@f00bce1 · GitHub
[go: up one dir, main page]

Skip to content

Commit f00bce1

Browse files
authored
Merge pull request microsoft#813 from microsoft/trboehre/ci-pr-pipeline
ci-pr-pipeline changes
2 parents 5ed1497 + 07396d7 commit f00bce1

File tree

2 files changed

+6
-5
lines changed
  • libraries/botbuilder-integration-applicationinsights-aiohttp/botbuilder/integration/applicationinsights/aiohttp

2 files changed

+6
-5
lines changed

ci-pr-pipeline.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ variables:
88
COVERALLS_SERVICE_NAME: python-ci
99
python.36: 3.6.10
1010
python.37: 3.7.6
11-
python.38: 3.8.1
11+
python.38: 3.8.2
1212

1313

1414
jobs:
@@ -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