File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 with :
2020 dotnet-version : 10.0.*
2121 - name : Install Dependencies
22- run : dotnet restore
22+ run : dotnet restore --configfile ./NuGet.config
2323 - name : Build
2424 run : dotnet build --configuration Release --no-restore
2525 - name : Test
Original file line number Diff line number Diff line change 1010 <PackageVersion Include =" Microsoft.CodeAnalysis" Version =" 5.3.0" />
1111 <PackageVersion Include =" Microsoft.CodeAnalysis.CSharp.Scripting" Version =" 5.3.0" />
1212 <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 18.4.0" />
13- <PackageVersion Include =" OrchardCore.DisplayManagement.Liquid" Version =" 2.2.1 " />
13+ <PackageVersion Include =" OrchardCore.DisplayManagement.Liquid" Version =" 3.0.0 " />
1414 <PackageVersion Include =" xunit" Version =" 2.9.3" />
1515 <PackageVersion Include =" xunit.analyzers" Version =" 1.27.0" />
1616 <PackageVersion Include =" xunit.runner.visualstudio" Version =" 3.1.5" />
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<configuration >
3- <packageSources >
4- <!-- Ignore global configuration -->
5- <clear />
6- <add key =" NuGet" value =" https://api.nuget.org/v3/index.json" />
7- </packageSources >
3+ <packageSources >
4+ <clear />
5+ <add key =" NuGet" value =" https://api.nuget.org/v3/index.json" />
6+ <!-- <add key="Cloudsmith" value="https://nuget.cloudsmith.io/orchardcore/preview/v3/index.json" />-->
7+ </packageSources >
8+
9+ <packageSourceMapping >
10+ <packageSource key =" Cloudsmith" >
11+ <package pattern =" OrchardCore" />
12+ <package pattern =" OrchardCore.*" />
13+ <package pattern =" TheAdmin" />
14+ <package pattern =" TheAgencyTheme" />
15+ <package pattern =" TheBlogTheme" />
16+ <package pattern =" TheComingSoonTheme" />
17+ <package pattern =" TheTheme" />
18+ <package pattern =" SafeMode" />
19+ </packageSource >
20+ <packageSource key =" NuGet" >
21+ <package pattern =" *" />
22+ <package pattern =" OrchardCoreContrib.*" />
23+ <package pattern =" OrchardCore.Translations.*" />
24+ </packageSource >
25+ </packageSourceMapping >
826</configuration >
You can’t perform that action at this time.
0 commit comments