Enabling VB in the CLI.
Fixing the permissions for RunVbc.sh.
This commit is contained in:
parent
6453cb4e15
commit
38fc8875f2
10 changed files with 145 additions and 15 deletions
|
@ -22,7 +22,7 @@ namespace Microsoft.DotNet.Cli.Build
|
|||
|
||||
private IEnumerable<string> _environmentVariablesToRemove = new string []
|
||||
{
|
||||
"CscToolExe"
|
||||
"CscToolExe", "VbcToolExe"
|
||||
};
|
||||
|
||||
private IEnumerable<string> _environmentVariablesToKeep = new string []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue