File tree 4 files changed +14
-2
lines changed 4 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ python -m venv .env
4
4
source .env/bin/activate
5
5
python -m pip install .
6
6
7
- python -m pip install . --no-compile --target " $BUILD_SOURCESDIRECTORY /deps"
7
+ python -m pip install . azure-functions --no-compile --target " $BUILD_SOURCESDIRECTORY /deps"
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ python -m pip install .
4
4
5
5
$depsPath = Join-Path - Path $env: BUILD_SOURCESDIRECTORY - ChildPath " deps"
6
6
7
- python - m pip install . -- no- compile -- target $depsPath.ToString ()
7
+ python - m pip install . azure - functions -- no- compile -- target $depsPath.ToString ()
Original file line number Diff line number Diff line change 19
19
inputs :
20
20
disableAutoCwd : true
21
21
scriptPath : ' pack/scripts/nix_deps.sh'
22
+ - task : CopyFiles@2
23
+ inputs :
24
+ contents : |
25
+ azure/__init__.py
26
+ targetFolder : ' $(Build.ArtifactStagingDirectory)/deps/azure'
27
+ flattenFolders : true
22
28
- task : CopyFiles@2
23
29
inputs :
24
30
contents : |
Original file line number Diff line number Diff line change 18
18
- task : PowerShell@2
19
19
inputs :
20
20
filePath : ' pack\scripts\win_deps.ps1'
21
+ - task : CopyFiles@2
22
+ inputs :
23
+ contents : |
24
+ azure\__init__.py
25
+ targetFolder : ' $(Build.ArtifactStagingDirectory)\deps\azure'
26
+ flattenFolders : true
21
27
- task : CopyFiles@2
22
28
inputs :
23
29
contents : |
You can’t perform that action at this time.
0 commit comments