File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 run : dotnet workload install tvos
3333 - name : Install T4
3434 run : dotnet tool install --global dotnet-t4
35+ - name : Import password for packages
36+ env :
37+ SG_NUGET_TOKEN : ${{ secrets.SG_NUGET_TOKEN }}
3538 - name : Build
3639 run : |
3740 cd SQLitePCL.raw/build
Original file line number Diff line number Diff line change 44 <Copyright >Copyright 2014-2025 SourceGear, LLC</Copyright >
55 <Company >SourceGear</Company >
66 <Authors >Eric Sink</Authors >
7- <Version >3.0.0-pre20250717091040 </Version >
8- <AssemblyVersion >3.0.0.2754 </AssemblyVersion >
9- <FileVersion >3.0.0.2754 </FileVersion >
7+ <Version >3.0.0-pre20250722110806 </Version >
8+ <AssemblyVersion >3.0.0.2759 </AssemblyVersion >
9+ <FileVersion >3.0.0.2759 </FileVersion >
1010 <Description >SQLitePCLRaw is a Portable Class Library (PCL) for low-level (raw) access to SQLite</Description >
1111 <ProviderLangVersion >10.0</ProviderLangVersion >
1212 <GenerateAssemblyProductAttribute >false</GenerateAssemblyProductAttribute >
Original file line number Diff line number Diff line change 33 <packageSources >
44 <add key =" mysqlitepclraw" value =" ./nupkgs" />
55 <add key =" sqlite_lib_packages" value =" ./lib_nupkgs" />
6+ <add key =" sourcegear_see" value =" https://nuget.sourcegear.com/see/nuget/index.json" />
7+ <add key =" sourcegear_main" value =" https://nuget.sourcegear.com/main/nuget/index.json" />
68 </packageSources >
9+ <packageSourceCredentials >
10+ <sourcegear_see >
11+ <add key =" Username" value =" sqlitepclraw_build" />
12+ <add key =" ClearTextPassword" value =" %SG_NUGET_TOKEN%" />
13+ </sourcegear_see >
14+ <sourcegear_main >
15+ <add key =" Username" value =" sqlitepclraw_build" />
16+ <add key =" ClearTextPassword" value =" %SG_NUGET_TOKEN%" />
17+ </sourcegear_main >
18+ </packageSourceCredentials >
719</configuration >
You can’t perform that action at this time.
0 commit comments