We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce24767 commit 462fb69Copy full SHA for 462fb69
azure-pipelines-release.yml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
- task: UsePythonVersion@0
19
inputs:
20
- versionSpec: '3.6'
+ versionSpec: '3.7'
21
- download: DurablePyCI
22
- script: "rm -r ./azure_functions_durable/_manifest"
23
displayName: 'Remove _manifest folder'
azure-pipelines.yml
@@ -13,7 +13,7 @@ trigger:
13
- v*
14
15
variables:
16
- python.version: '3.6'
+ python.version: '3.7'
baseFolder: .
componentArtifactName: 'azure_functions_durable'
#componentArtifactName: 'dist'
0 commit comments