Skip to content

Commit

Permalink
Revert slashess
Browse files Browse the repository at this point in the history
  • Loading branch information
Olympic1 authored Nov 14, 2017
1 parent 449b94d commit ff255ec
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ Param (
$NugetVersion = "4.4.0"
$UseExperimental = $false
$RootDir = "${PSScriptRoot}"
$ScriptFile = "${RootDir}\build.cake"
$BuildDir = "${RootDir}\_build"
$ToolsDir = "${BuildDir}\tools"
$PackagesDir = "${BuildDir}\lib\nuget"
$NugetExe = "${ToolsDir}\NuGet\${NugetVersion}\nuget.exe"
$PackagesConfigFile = "${RootDir}\packages.config"
$ScriptFile = "${RootDir}/build.cake"
$BuildDir = "${RootDir}/_build"
$ToolsDir = "${BuildDir}/tools"
$PackagesDir = "${BuildDir}/lib/nuget"
$NugetExe = "${ToolsDir}/NuGet/${NugetVersion}/nuget.exe"
$PackagesConfigFile = "${RootDir}/packages.config"
$CakeVersion = (Select-Xml -Xml ([xml](Get-Content $PackagesConfigFile)) -XPath "//package[@id='Cake'][1]/@version").Node.Value
$CakeExe = "${PackagesDir}\Cake.${CakeVersion}\Cake.exe"
$CakeExe = "${PackagesDir}/Cake.${CakeVersion}/Cake.exe"

# Download NuGet
$NugetDir = Split-Path "$NugetExe" -Parent
Expand Down

0 comments on commit ff255ec

Please sign in to comment.