File tree 2 files changed +6
-6
lines changed
src/Framework/App.Runtime/src
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 32
32
<DotNetRuntimeArchive >$(BaseIntermediateOutputPath)$(DotNetRuntimeArchiveFileName)</DotNetRuntimeArchive >
33
33
</PropertyGroup >
34
34
35
- <Target Name =" _DownloadAndExtractDotNetRuntime" Condition = " '$(DotNetBuild)' != 'true' " Returns =" $(DotNetRuntimeArchive)" >
35
+ <Target Name =" _DownloadAndExtractDotNetRuntime" Returns =" $(DotNetRuntimeArchive)" >
36
36
<ItemGroup >
37
37
<UrisToDownload Include =" @(RemoteAssetBaseURL->'%(Identity)$(DotNetRuntimeDownloadPath)')" />
38
38
</ItemGroup >
51
51
<MakeDir Directories =" $(OutputPath)" />
52
52
53
53
<!-- Extract the dotnet-runtime archive -->
54
- <Exec Condition =" '$(ArchiveFormat)' == 'tar.gz' and '$(DotNetBuild)' != 'true' "
54
+ <Exec Condition =" '$(ArchiveFormat)' == 'tar.gz'"
55
55
Command =" tar -xzf $(DotNetRuntimeArchive) -C $(OutputPath)" />
56
56
57
- <Unzip Condition =" '$(ArchiveFormat)' == 'zip' and '$(DotNetBuild)' != 'true' "
57
+ <Unzip Condition =" '$(ArchiveFormat)' == 'zip'"
58
58
SourceFiles =" $(DotNetRuntimeArchive)"
59
59
DestinationFolder =" $(OutputPath)"
60
60
OverwriteReadOnlyFiles =" true" />
Original file line number Diff line number Diff line change 35
35
<DotNetRuntimeArchive >$(BaseIntermediateOutputPath)$(DotNetRuntimeArchiveFileName)</DotNetRuntimeArchive >
36
36
</PropertyGroup >
37
37
38
- <Target Name =" _DownloadAndExtractDotNetRuntime" Condition = " '$(DotNetBuild)' != 'true' " Returns =" $(DotNetRuntimeArchive)" >
38
+ <Target Name =" _DownloadAndExtractDotNetRuntime" Returns =" $(DotNetRuntimeArchive)" >
39
39
<ItemGroup >
40
40
<UrisToDownload Include =" @(RemoteAssetBaseURL->'%(Identity)$(DotNetRuntimeDownloadPath)')" />
41
41
</ItemGroup >
54
54
<MakeDir Directories =" $(OutputPath)" />
55
55
56
56
<!-- Extract the dotnet-runtime archive -->
57
- <Exec Condition =" '$(ArchiveFormat)' == 'tar.gz' and '$(DotNetBuild)' != 'true' "
57
+ <Exec Condition =" '$(ArchiveFormat)' == 'tar.gz'"
58
58
Command =" tar -xzf $(DotNetRuntimeArchive) -C $(OutputPath)" />
59
59
60
- <Unzip Condition =" '$(ArchiveFormat)' == 'zip' and '$(DotNetBuild)' != 'true' "
60
+ <Unzip Condition =" '$(ArchiveFormat)' == 'zip'"
61
61
SourceFiles =" $(DotNetRuntimeArchive)"
62
62
DestinationFolder =" $(OutputPath)"
63
63
OverwriteReadOnlyFiles =" true" />
You can’t perform that action at this time.
0 commit comments