Enabling VB in the CLI.

Fixing the permissions for RunVbc.sh.
This commit is contained in:
Livar Cunha 2017-05-17 16:05:22 -07:00 committed by Livar Cunha
parent 6453cb4e15
commit 38fc8875f2
10 changed files with 145 additions and 15 deletions

View file

@ -22,7 +22,7 @@ namespace Microsoft.DotNet.Cli.Build
private IEnumerable<string> _environmentVariablesToRemove = new string []
{
"CscToolExe"
"CscToolExe", "VbcToolExe"
};
private IEnumerable<string> _environmentVariablesToKeep = new string []