Skip to content
This repository has been archived by the owner on Apr 25, 2019. It is now read-only.

Commit

Permalink
Publish-NugetPackage only when online version is less than local
Browse files Browse the repository at this point in the history
  • Loading branch information
apobekiaris committed Feb 14, 2019
1 parent 0e1fb78 commit c23c089
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Build/Build.ps1
Expand Up @@ -177,7 +177,7 @@ Task EasyTest{

Task PublishNuget{
InvokeScript{
& "$PSScriptRoot\Publish-Nuget.ps1" $nugetApiKey $publishNugetFeed
Publish-NugetPackage "$root\Build\Nuget" $publishNugetFeed $nugetApiKey
}
}

Expand Down
2 changes: 1 addition & 1 deletion Build/go.ps1
Expand Up @@ -16,7 +16,7 @@ $(@{
Version ="4.7.4"
}),$(@{
Name = "XpandPosh"
Version ="1.0.18"
Version ="1.0.19"
})|ForEach-Object{
& "$PSScriptRoot\Install-Module.ps1" $_
}
Expand Down

0 comments on commit c23c089

Please sign in to comment.