Revert "Fix the build for people on VS version 16.4.5+"
This has been properly fixed in Umbraco.Build 0.2.14 instead
This reverts commit f4861f6802.
This commit is contained in:
@@ -64,11 +64,6 @@
|
||||
$params = "-OutputDirectory", $scriptTemp, "-Verbosity", "quiet", "-PreRelease"
|
||||
&$nuget install Umbraco.Build @params
|
||||
if (-not $?) { throw "Failed to download Umbraco.Build." }
|
||||
|
||||
# dependency is necessary since upgrading to VS 16.4.5
|
||||
$params = "-OutputDirectory", $scriptTemp, "-Verbosity", "quiet", "-Version", "4.7.0"
|
||||
&$nuget install NuGet.Versioning @params
|
||||
if (-not $?) { throw "Failed to download NuGet.Versioning." }
|
||||
}
|
||||
|
||||
# ensure we have the build system
|
||||
|
||||
Reference in New Issue
Block a user