First try at refactor of Prepare.targets (#5647)
* First try at refactor of Prepare.targets * Enable restore of CLI build tasks * Fix up build * Feedback * Newlines * Add new props to sln * CommitCount * NuGet.config * WorkingDir * packages dir path * Add missing nuget.configs * Workaround for https://github.com/NuGet/Home/issues/4583 * Match NuGet.Config casing * Put back Version Badge Properties * Remove duplicate
This commit is contained in:
parent
3806eeb151
commit
a101c703a1
21 changed files with 162 additions and 118 deletions
|
@ -2,6 +2,9 @@
|
|||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
|
||||
|
||||
<PropertyGroup>
|
||||
<Version>1.0.0</Version>
|
||||
<!--Workaround for https://github.com/NuGet/Home/issues/4583-->
|
||||
<VersionSuffix></VersionSuffix>
|
||||
<TargetFramework>$(CliTargetFramework)</TargetFramework>
|
||||
<FrameworkRuntimeVersion>$(CLI_SharedFrameworkVersion)</FrameworkRuntimeVersion>
|
||||
<AssemblyName>dotnet-hello</AssemblyName>
|
||||
|
|
|
@ -2,7 +2,9 @@
|
|||
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
|
||||
|
||||
<PropertyGroup>
|
||||
<VersionPrefix>2.0.0</VersionPrefix>
|
||||
<Version>2.0.0</Version>
|
||||
<!--Workaround for https://github.com/NuGet/Home/issues/4583-->
|
||||
<VersionSuffix></VersionSuffix>
|
||||
<TargetFramework>$(CliTargetFramework)</TargetFramework>
|
||||
<FrameworkRuntimeVersion>$(CLI_SharedFrameworkVersion)</FrameworkRuntimeVersion>
|
||||
<AssemblyName>dotnet-hello</AssemblyName>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue