summaryrefslogtreecommitdiff
path: root/tests/publishdependency.targets
diff options
context:
space:
mode:
authorJiyoung Yun <jy910.yun@samsung.com>2017-02-10 20:35:12 +0900
committerJiyoung Yun <jy910.yun@samsung.com>2017-02-10 20:35:12 +0900
commit4b11dc566a5bbfa1378d6266525c281b028abcc8 (patch)
treeb48831a898906734f8884d08b6e18f1144ee2b82 /tests/publishdependency.targets
parentdb20f3f1bb8595633a7e16c8900fd401a453a6b5 (diff)
downloadcoreclr-4b11dc566a5bbfa1378d6266525c281b028abcc8.tar.gz
coreclr-4b11dc566a5bbfa1378d6266525c281b028abcc8.tar.bz2
coreclr-4b11dc566a5bbfa1378d6266525c281b028abcc8.zip
Imported Upstream version 1.0.0.9910upstream/1.0.0.9910
Diffstat (limited to 'tests/publishdependency.targets')
-rw-r--r--tests/publishdependency.targets11
1 files changed, 5 insertions, 6 deletions
diff --git a/tests/publishdependency.targets b/tests/publishdependency.targets
index 9e286fc3ba..f9b1321698 100644
--- a/tests/publishdependency.targets
+++ b/tests/publishdependency.targets
@@ -42,7 +42,6 @@
<PropertyGroup>
<ProductDestination>$(ProjectDir)\..\bin\Product\$(BuildOS).$(BuildArch).$(BuildType)</ProductDestination>
<RefDestination>$(ProductDestination)\ref</RefDestination>
- <CoreOverlay>$(CORE_ROOT)\..\coreoverlay</CoreOverlay>
</PropertyGroup>
<Target Name="CopyDependecyToCoreRoot"
@@ -92,7 +91,7 @@
<Target Name="CopyNonWindowsDependecyToCoreRoot"
Inputs="@(NonWindowsProjectLockJsonFiles)"
- Outputs="$(CoreOverlay)\*.*">
+ Outputs="$(CORE_OVERLAY)\*.*">
<MSBuild Projects="$(SourceDir)Common\test_runtime\test_runtime.csproj"/>
@@ -114,7 +113,7 @@
<Output TaskParameter="ResolvedCopyLocalItems" ItemName="RunTimeCopyLocal" />
</PrereleaseResolveNuGetPackageAssets>
<ItemGroup>
- <RunTimeDependecyExclude Include="$(CoreOverlay)\**\*.*" />
+ <RunTimeDependecyExclude Include="$(CORE_OVERLAY)\**\*.*" />
<RunTimeDependecyExcludeFiles Include="@(RunTimeDependecyExclude -> '%(FileName)%(Extension)')" />
<RunTimeDependecyExcludeFiles Include="@(RunTimeDependecyExclude -> '%(FileName).ni%(Extension)')" />
<RunTimeDependecyExcludeFiles Include="@(RunTimeDependecyExclude -> '%(FileName).pdb')" />
@@ -127,7 +126,7 @@
<Copy
SourceFiles="@(RunTimeDependecyCopyLocal)"
- DestinationFolder="$(CoreOverlay)"
+ DestinationFolder="$(CORE_OVERLAY)"
SkipUnchangedFiles="$(SkipCopyUnchangedFiles)"
OverwriteReadOnlyFiles="$(OverwriteReadOnlyFiles)"
Retries="$(CopyRetryCount)"
@@ -142,7 +141,7 @@
<Copy
SourceFiles="@(NonWindowsCrossGenFiles)"
- DestinationFolder="$(CoreOverlay)"
+ DestinationFolder="$(CORE_OVERLAY)"
SkipUnchangedFiles="$(SkipCopyUnchangedFiles)"
OverwriteReadOnlyFiles="$(OverwriteReadOnlyFiles)"
Retries="$(CopyRetryCount)"
@@ -218,7 +217,7 @@
</Target>
<Target Name="CopyCrossgenToProduct"
- Outputs="$(ProductDestination)\crossgen.exe;$(CoreOverlay)\crossgen.exe">
+ Outputs="$(ProductDestination)\crossgen.exe;$(CORE_OVERLAY)\crossgen.exe">
<Copy
SourceFiles="@(CrossGenFiles)"