File tree Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 32
32
run : dotnet workload install tvos
33
33
- name : Install T4
34
34
run : dotnet tool install --global dotnet-t4
35
+ - name : Import password for packages
36
+ env :
37
+ SG_NUGET_TOKEN : ${{ secrets.SG_NUGET_TOKEN }}
35
38
- name : Build
36
39
run : |
37
40
cd SQLitePCL.raw/build
Original file line number Diff line number Diff line change 4
4
<Copyright >Copyright 2014-2025 SourceGear, LLC</Copyright >
5
5
<Company >SourceGear</Company >
6
6
<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 >
10
10
<Description >SQLitePCLRaw is a Portable Class Library (PCL) for low-level (raw) access to SQLite</Description >
11
11
<ProviderLangVersion >10.0</ProviderLangVersion >
12
12
<GenerateAssemblyProductAttribute >false</GenerateAssemblyProductAttribute >
Original file line number Diff line number Diff line change 3
3
<packageSources >
4
4
<add key =" mysqlitepclraw" value =" ./nupkgs" />
5
5
<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" />
6
8
</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 >
7
19
</configuration >
You can’t perform that action at this time.
0 commit comments