Browse Source

Remove nightly sources from templates

pull/13602/head
Enis Necipoglu 4 years ago
parent
commit
ab73998820
  1. 3
      templates/app-nolayers/angular/.npmrc
  2. 1
      templates/app-nolayers/aspnet-core/NuGet.Config
  3. 3
      templates/app/angular/.npmrc
  4. 1
      templates/app/aspnet-core/NuGet.Config

3
templates/app-nolayers/angular/.npmrc

@ -1,2 +1 @@
@abp:registry=https://www.myget.org/F/abp-nightly/npm
@volo:registry=https://www.myget.org/F/abp-nightly/npm
@abp:registry=https://www.myget.org/F/abp-nightly/npm

1
templates/app-nolayers/aspnet-core/NuGet.Config

@ -2,6 +2,5 @@
<configuration>
<packageSources>
<add key="BlazoriseMyGet" value="https://www.myget.org/F/blazorise/api/v3/index.json" />
<add key="ABP Nightly" value="https://www.myget.org/F/abp-nightly/api/v3/index.json" />
</packageSources>
</configuration>

3
templates/app/angular/.npmrc

@ -1,2 +1 @@
@abp:registry=https://www.myget.org/F/abp-nightly/npm
@volo:registry=https://www.myget.org/F/abp-nightly/npm
@abp:registry=https://www.myget.org/F/abp-nightly/npm

1
templates/app/aspnet-core/NuGet.Config

@ -2,6 +2,5 @@
<configuration>
<packageSources>
<add key="BlazoriseMyGet" value="https://www.myget.org/F/blazorise/api/v3/index.json" />
<add key="ABP Nightly" value="https://www.myget.org/F/abp-nightly/api/v3/index.json" />
</packageSources>
</configuration>
Loading…
Cancel
Save