Skip to content

Commit

Permalink
Merge branch 'hotfix/0.4.3'
Browse files Browse the repository at this point in the history
* hotfix/0.4.3:
  (GH-59) Remove mention of Chocolatey
  #60 Update Task/Cake.ps1
  • Loading branch information
gep13 committed Feb 28, 2020
2 parents 2c91781 + da18876 commit 7cfda39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Task/Cake.ps1
Expand Up @@ -51,7 +51,7 @@ if (!(Test-Path $NuGetPath)) {
$NuGetPath = Join-Path $ToolPath "nuget.exe";

# If we haven't been given a custom nuget.exe download location then download the latest version from nuget.org.
if($null -eq $nugetExeDownloadLocation) {
if(-Not $nugetExeDownloadLocation) {
$nugetExeDownloadLocation = "https://dist.nuget.org/win-x86-commandline/latest/nuget.exe"
}
Write-Verbose "Getting nuget.exe from $nugetExeDownloadLocation"
Expand Down
2 changes: 1 addition & 1 deletion build/parameters.cake
Expand Up @@ -65,7 +65,7 @@ public class BuildParameters
{
get
{
return "Version " + Version.SemVersion + " of the Cake Azure DevOps Extension has just been released, https://marketplace.visualstudio.com/items/cake-build.cake. @AzureDevOps @chocolateynuget #AzureDevOps #Azure Full release notes: https://github.com/cake-build/cake-vso/releases/tag/" + Version.SemVersion;
return "Version " + Version.SemVersion + " of the Cake Azure DevOps Extension has just been released, https://marketplace.visualstudio.com/items/cake-build.cake. @AzureDevOps @cakebuildnet #AzureDevOps #Azure Full release notes: https://github.com/cake-build/cake-vso/releases/tag/" + Version.SemVersion;
}
}

Expand Down

0 comments on commit 7cfda39

Please sign in to comment.