Fix dotnet-install.ps1.
Allow directories named "publish" in .gitignore. Add files to the .sln.
This commit is contained in:
parent
d5179f9168
commit
38d18eab4d
3 changed files with 12 additions and 5 deletions
4
scripts/obtain/dotnet-install.ps1
vendored
4
scripts/obtain/dotnet-install.ps1
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue