Display info for dotnet used to create runtime store and deps files

This commit is contained in:
John Luo 2017-06-05 17:30:13 -07:00
parent c920c45953
commit cb389fe9b0
1 changed files with 3 additions and 0 deletions

View File

@ -56,6 +56,9 @@
<Error Text="Please specify the platform for the runtime package store via PACKAGE_CACHE_PLATFORM: {x64|x86}." Condition="'$(PACKAGE_CACHE_PLATFORM)' == ''"/>
<!-- Display dotnet info -->
<Exec Command="dotnet --info" />
<PropertyGroup>
<OutputZipSufix Condition="'$(OSPlatform)' == 'Windows'">win$(PACKAGE_CACHE_PLATFORM)</OutputZipSufix>
<OutputZipSufix Condition="'$(OSPlatform)' == 'Linux'">linux</OutputZipSufix>