Skip to content

Commit

Permalink
Ignore win x64 deps folder as we do not package these dependencies (#746
Browse files Browse the repository at this point in the history
)
  • Loading branch information
natke authored Aug 2, 2024
1 parent 896adaa commit 18c25d8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ steps:
and(eq('${{parameters.condition}}', 'succeeded'), succeeded()))
ignoreDirectories:
'$(Build.Repository.LocalPath)/build/cpu/_deps/,
$(Build.Repository.LocalPath)/build/cpu/win-arm64/_deps'
$(Build.Repository.LocalPath)/build/cpu/win-arm64/_deps,
$(Build.Repository.LocalPath)/build/cpu/win-x64/_deps'

0 comments on commit 18c25d8

Please sign in to comment.