Skip to content

Commit

Permalink
Change copy files contents search
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb Blanchard committed Apr 5, 2022
1 parent d8d10d7 commit 00e0fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Projects/build-aotbrowser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ steps:
displayName: 'Copy AOTBrowser Metadat to: $(Build.BinariesDirectory)'
inputs:
SourceFolder: '$(MetadataPath)'
Contents: 'AOTBrowser'
Contents: '**/AOTBrowser/**'
TargetFolder: '$(Build.BinariesDirectory)'

# Restore nuget packages for C# Projects
Expand Down

0 comments on commit 00e0fab

Please sign in to comment.