Skip to content

Commit

Permalink
(GH-772) Uninstall-ChocolateyEnvironmentVariable
Browse files Browse the repository at this point in the history
Reversing the adding of an environment variable is just setting that
environment variable to null. Have a function that handles that.
  • Loading branch information
ferventcoder committed Jun 3, 2016
1 parent 5fd264d commit 9007474
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/chocolatey.resources/chocolatey.resources.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@
<ItemGroup>
<EmbeddedResource Include="helpers\functions\Install-Vsix.ps1" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="helpers\functions\Uninstall-ChocolateyEnvironmentVariable.ps1" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down

0 comments on commit 9007474

Please sign in to comment.