This repository was archived by the owner on Apr 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 5
5
<clear />
6
6
<add key =" TransportFeed" value =" https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
7
7
<add key =" templating" value =" https://dotnet.myget.org/F/templating/api/v3/index.json" />
8
- <add key =" dotnet-core" value =" https://dotnet.myget.org/F/dotnet-core/api/v3/index.json" />
9
8
<add key =" aspnet" value =" https://dotnet.myget.org/F/aspnetcore-release/api/v3/index.json" />
10
9
<!-- Replace the aspnet entry above with this one when we switch to no-timestamp packages -->
11
10
<!-- add key="aspnet" value="https://dotnet.myget.org/F/aspnet-2-0-0-rtm/api/v3/index.json" / -->
Original file line number Diff line number Diff line change 16
16
17
17
if ($Help )
18
18
{
19
- Write-Output " Usage: .\build.ps1 [-Configuration <CONFIGURATION>] [-Architecture <ARCHITECTURE>] [-NoPackage] [-Help]"
19
+ Write-Output " Usage: .\run- build.ps1 [-Configuration <CONFIGURATION>] [-Architecture <ARCHITECTURE>] [-NoPackage] [-Help]"
20
20
Write-Output " "
21
21
Write-Output " Options:"
22
22
Write-Output " -Configuration <CONFIGURATION> Build the specified Configuration (Debug or Release, default: Debug)"
You can’t perform that action at this time.
0 commit comments