Skip to content

Commit

Permalink
remove unnecessary files from worker package (#1571)
Browse files Browse the repository at this point in the history
Co-authored-by: Victoria Hall <victoria.hall@microsoft.com>
  • Loading branch information
hallvictoria and Victoria Hall authored Aug 30, 2024
1 parent 2383eea commit 0d4ccb5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pack/templates/macos_64_env_gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,8 @@ steps:
!python/**
!tests/**
!setuptools*/**
!_distutils_hack/**
!distutils-precedence.pth
!pkg_resources/**
!*.dist-info/**
targetFolder: '$(Build.ArtifactStagingDirectory)'
4 changes: 4 additions & 0 deletions pack/templates/nix_env_gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,8 @@ steps:
!python/**
!tests/**
!setuptools*/**
!_distutils_hack/**
!distutils-precedence.pth
!pkg_resources/**
!*.dist-info/**
targetFolder: '$(Build.ArtifactStagingDirectory)'
4 changes: 4 additions & 0 deletions pack/templates/win_env_gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,8 @@ steps:
!python\**
!tests\**
!setuptools*\**
!_distutils_hack\**
!distutils-precedence.pth
!pkg_resources\**
!*.dist-info\**
targetFolder: '$(Build.ArtifactStagingDirectory)'

0 comments on commit 0d4ccb5

Please sign in to comment.