File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,10 @@ pool:
10
10
vmImage : ubuntu-latest
11
11
strategy :
12
12
matrix :
13
- Python27 :
14
- python.version : ' 2.7'
15
- Python35 :
16
- python.version : ' 3.5'
17
- Python36 :
18
- python.version : ' 3.6'
19
- Python37 :
20
- python.version : ' 3.7'
13
+ Python39 :
14
+ python.version : ' 3.9'
15
+ Python311 :
16
+ python.version : ' 3.11'
21
17
22
18
steps :
23
19
- task : UsePythonVersion@0
@@ -34,3 +30,11 @@ steps:
34
30
pip install pytest pytest-azurepipelines
35
31
pytest
36
32
displayName : ' pytest'
33
+
34
+ - task : AzureRmWebAppDeployment@4
35
+ inputs :
36
+ ConnectionType : ' AzureRM'
37
+ azureSubscription : ' julia-test-service-conn-workflow-identity'
38
+ appType : ' webAppLinux'
39
+ WebAppName : ' ceb-pipelines-flask-webapp'
40
+ packageForLinux : ' $(System.DefaultWorkingDirectory)/**/*.zip'
You can’t perform that action at this time.
0 commit comments