File tree Expand file tree Collapse file tree 4 files changed +15
-20
lines changed Expand file tree Collapse file tree 4 files changed +15
-20
lines changed Original file line number Diff line number Diff line change 9
9
<OutputType >Exe</OutputType >
10
10
</PropertyGroup >
11
11
12
- <ItemGroup >
13
- <Folder Include =" Properties" />
14
- </ItemGroup >
15
-
16
12
<ItemGroup >
17
13
<ProjectReference Include =" ..\oscript-sql\oscript-sql.csproj" />
18
14
</ItemGroup >
19
15
20
16
<ItemGroup >
21
- <PackageReference Include =" OneScript.Hosting" Version =" 2.0.0-rc4 " />
17
+ <PackageReference Include =" OneScript.Hosting" Version =" 2.0.0-rc.7 " />
22
18
</ItemGroup >
23
19
24
20
</Project >
Original file line number Diff line number Diff line change 1
- version : 1.3.1 -{build}
1
+ version : 1.3.2 -{build}
2
2
image : Visual Studio 2022
3
3
environment :
4
4
main_project : oscript-sql
@@ -15,7 +15,7 @@ install:
15
15
16
16
cd os2
17
17
18
- appveyor DownloadFile https://oscript.io/downloads/night-build/x64/ fdd -FileName fdd.zip
18
+ appveyor DownloadFile https://oscript.io/downloads/preview/OneScript-2.0.0-rc.7- fdd-x64.zip -FileName fdd.zip
19
19
20
20
7z x fdd.zip > NUL
21
21
50
50
verbosity : minimal
51
51
configuration : Release
52
52
test_script :
53
+ - cmd : dotnet nuget locals all --clear
53
54
- cmd : >-
54
55
set OSLIB_LOADER_TRACE=1
55
56
@@ -61,20 +62,21 @@ test_script:
61
62
os1\bin\oscript.exe testcomponent.os
62
63
63
64
after_build :
65
+ - ps : dotnet publish --no-build --configuration $env:Configuration
64
66
- cmd : >-
65
67
66
- dotnet publish %main_project%
68
+ set BUILDDIR= %main_project%\bin\%CONFIGURATION%\net6.0\publish
67
69
68
- cd %main_project%\bin\%CONFIGURATION%\net6.0\publish
70
+ mkdir oslib\Components\dotnet
69
71
70
- del ScriptEngine*.dll NewtonSoft*.dll DotNetZip*.dll OneScript* .dll *.pdb
72
+ OneScriptDocumenter.exe json oslib\Components\dotnet\syntaxHelp.json %BUILDDIR%\1script_%main_project% .dll
71
73
72
- cd ..\..\..\..\..
74
+ del /F /Q %BUILDDIR%\ScriptEngine*.* %BUILDDIR%\NewtonSoft*.* %BUILDDIR%\DotNetZip*.*
73
75
74
- xcopy /E %main_project%\bin\%CONFIGURATION%\net6.0\publish \* oslib\Components\dotnet\
76
+ xcopy /E %BUILDDIR% \* oslib\Components\dotnet\
75
77
76
78
cd oslib
77
-
79
+
78
80
..\os2\bin\oscript.bat ..\os2\lib\opm\src\cmd\opm.os build .
79
81
80
82
for %%X in (*.ospx) do (..\os2\bin\oscript.bat ..\os2\lib\opm\src\cmd\opm.os install -f %%X )
Original file line number Diff line number Diff line change 11
11
<ItemGroup >
12
12
<PackageReference Include =" MySql.Data" Version =" 8.0.24" />
13
13
<PackageReference Include =" Npgsql" Version =" 8.0.3" />
14
- <PackageReference Include =" OneScript" Version =" 2.0.0-rc4 " />
15
- <PackageReference Include =" OneScript.CoreLib" Version =" 2.0.0-rc4 " />
16
- <PackageReference Include =" OneScript.StandardLibrary" Version =" 2.0.0-rc4 " />
14
+ <PackageReference Include =" OneScript" Version =" 2.0.0-rc.7 " />
15
+ <PackageReference Include =" OneScript.CoreLib" Version =" 2.0.0-rc.7 " />
16
+ <PackageReference Include =" OneScript.StandardLibrary" Version =" 2.0.0-rc.7 " />
17
17
<PackageReference Include =" System.Data.SqlClient" Version =" 4.8.6" />
18
18
<PackageReference Include =" System.Data.SQLite.Core" Version =" 1.0.118" />
19
19
</ItemGroup >
20
- <ItemGroup >
21
- <Folder Include =" Properties\" />
22
- </ItemGroup >
23
20
</Project >
Original file line number Diff line number Diff line change 1
1
2
2
Описание.Имя("sql")
3
- .Версия("1.3.1.1 ")
3
+ .Версия("1.3.2 ")
4
4
.ВключитьФайл("Components")
5
5
.ВключитьФайл("docs")
6
6
.ВключитьФайл("tests")
You can’t perform that action at this time.
0 commit comments