Fix dotnet-install.ps1.

Allow directories named "publish" in .gitignore.
Add files to the .sln.
This commit is contained in:
Eric Erhardt 2016-08-09 08:28:53 -05:00
parent d5179f9168
commit 38d18eab4d
3 changed files with 12 additions and 5 deletions

View file

@ -58,8 +58,8 @@ param(
[switch]$DebugSymbols, # TODO: Switch does not work yet. Symbols zip is not being uploaded yet.
[switch]$DryRun,
[switch]$NoPath,
[string]$AzureFeed="https://dotnetcli.azureedge.net/dotnet"
[string]$UncachedFeed="https://dotnetcli.azureedge.net/dotnet"
[string]$AzureFeed="https://dotnetcli.azureedge.net/dotnet",
[string]$UncachedFeed="https://dotnetcli.blob.core.windows.net/dotnet"
)
Set-StrictMode -Version Latest