Skip to content
This repository was archived by the owner on Jul 30, 2019. It is now read-only.

Commit 31e4f75

Browse files
author
kyarbro
committed
License files
1 parent c7adfa4 commit 31e4f75

File tree

3 files changed

+3976
-2
lines changed

3 files changed

+3976
-2
lines changed

Diff for: DotNetCommonBuild.Targets

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@
5353
</Target>
5454
<Target Name="BuildZip">
5555
<Copy
56-
SourceFiles="$(MSBuildProjectDirectory)\..\..\legal\license.txt"
56+
SourceFiles="$(MSBuildProjectDirectory)\..\license.txt"
5757
DestinationFolder="$(OutputPath)"
5858
/>
5959
<Copy
60-
SourceFiles="$(MSBuildProjectDirectory)\..\..\legal\THIRDPARTYREADME.txt"
60+
SourceFiles="$(MSBuildProjectDirectory)\..\THIRDPARTYREADME.txt"
6161
DestinationFolder="$(OutputPath)"
6262
/>
6363
<ItemGroup>

0 commit comments

Comments
 (0)