Skip to content

Commit

Permalink
$ -> @
Browse files Browse the repository at this point in the history
  • Loading branch information
imhameed committed Feb 4, 2021
1 parent c07c655 commit 68709d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tests/run.proj
Original file line number Diff line number Diff line change
Expand Up @@ -531,10 +531,10 @@ namespace $([System.String]::Copy($(Category)).Replace(".","_").Replace("\","").
SourceFiles="@(RuntimePackNativeLibs)"
DestinationFolder="$(BuildDir)" />
<Copy
SourceFiles="$(TestDlls)"
SourceFiles="@(TestDlls)"
DestinationFolder="$(BuildDir)" />
<Copy
SourceFiles="$(XUnitWrapperDll)"
SourceFiles="@(XUnitWrapperDll)"
DestinationFolder="$(BuildDir)" />

<AppleAppBuilderTask
Expand Down

0 comments on commit 68709d8

Please sign in to comment.