Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make some variables available again #267

Closed
ferventcoder opened this issue May 2, 2015 · 1 comment
Closed

Make some variables available again #267

ferventcoder opened this issue May 2, 2015 · 1 comment

Comments

@ferventcoder
Copy link
Member

$nugetChocolateyPath = (Split-Path -parent $MyInvocation.MyCommand.Definition)
$nugetPath = (Split-Path -Parent $nugetChocolateyPath)
$nugetExePath = Join-Path $nuGetPath 'bin'
$nugetLibPath = Join-Path $nuGetPath 'lib'
$badLibPath = Join-Path $nuGetPath 'lib-bad'
$extensionsPath = Join-Path $nugetPath 'extensions'
$chocInstallVariableName = "ChocolateyInstall"
$nugetExe = Join-Path $nugetChocolateyPath 'nuget.exe'
$7zip = Join-Path $nugetChocolateyPath 'tools\7za.exe'
$ShimGen = Join-Path $nugetChocolateyPath 'tools\shimgen.exe'
$checksumExe = Join-Path $nugetChocolateyPath 'tools\checksum.exe'

Some or all of these were used. We'll let the automoderation service pick up and report on these issues.

@ferventcoder ferventcoder added this to the 0.9.9.6 milestone May 2, 2015
ferventcoder added a commit that referenced this issue May 2, 2015
Deprecation message will follow through regular messages later so folks
can be warned about cleaning these up.
ferventcoder added a commit that referenced this issue May 2, 2015
* stable:
  (GH-124) Allow posh extensions from assemblies
  (GH-264) Do not fail if shortcut creation fails
  (GH-267) Make some variables available again.
@ferventcoder ferventcoder self-assigned this May 2, 2015
@ferventcoder
Copy link
Member Author

Looks like $nugetExePath is also in Install-ChocolateyPowerShellCommand.ps1 helper

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants