Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
D
DataEditorX
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dark_Zane
DataEditorX
Commits
0fa3f82a
Commit
0fa3f82a
authored
Jun 13, 2020
by
JoyJ
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update CI and package
parent
18c5900d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
DataEditorX/packages.config
DataEditorX/packages.config
+1
-1
ci/build.sh
ci/build.sh
+1
-1
No files found.
DataEditorX/packages.config
View file @
0fa3f82a
...
...
@@ -2,7 +2,7 @@
<
packages
>
<
package
id
=
"EntityFramework"
version
=
"6.4.4"
targetFramework
=
"net46"
/>
<
package
id
=
"FCTB"
version
=
"2.16.24"
targetFramework
=
"net46"
/>
<
package
id
=
"Microsoft.CSharp"
version
=
"4.
5
.0"
targetFramework
=
"net46"
/>
<
package
id
=
"Microsoft.CSharp"
version
=
"4.
7
.0"
targetFramework
=
"net46"
/>
<
package
id
=
"NeoLua"
version
=
"1.3.11"
targetFramework
=
"net46"
/>
<
package
id
=
"Newtonsoft.Json"
version
=
"12.0.3"
targetFramework
=
"net46"
/>
<
package
id
=
"System.Data.SQLite"
version
=
"1.0.113.1"
targetFramework
=
"net46"
/>
...
...
ci/build.sh
View file @
0fa3f82a
...
...
@@ -14,7 +14,7 @@ wget -O DataEditorX/data/strings.conf https://koishi.pro/ygopro/strings.conf
# build
nuget restore
xbuild /p:Configuration
=
Release /p:OutDir
=
$PWD
/output/ /p:TargetFrameworkVersion
=
v4.6
msbuild /p:Configuration
=
Release /p:Platform
=
"Any CPU"
/p:OutDir
=
$PWD
/output/ /p:TargetFrameworkVersion
=
v4.6
# zip
mkdir
-p
dist/releases
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment