Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
33af069c
"src/vscode:/vscode.git/clone" did not exist on "38ea6f616af1db1a5e1bdce11c1aad3a2f7a74b8"
Unverified
Commit
33af069c
authored
Aug 07, 2020
by
Guolin Ke
Committed by
GitHub
Aug 07, 2020
Browse files
[CI] fix nuget version
parent
63c82879
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.nuget/create_nuget.py
.nuget/create_nuget.py
+1
-1
No files found.
.nuget/create_nuget.py
View file @
33af069c
...
@@ -26,7 +26,7 @@ if __name__ == "__main__":
...
@@ -26,7 +26,7 @@ if __name__ == "__main__":
copy_file
(
os
.
path
.
join
(
source
,
"lib_lightgbm.dylib"
),
os
.
path
.
join
(
osx_folder_path
,
"lib_lightgbm.dylib"
))
copy_file
(
os
.
path
.
join
(
source
,
"lib_lightgbm.dylib"
),
os
.
path
.
join
(
osx_folder_path
,
"lib_lightgbm.dylib"
))
copy_file
(
os
.
path
.
join
(
source
,
"lib_lightgbm.dll"
),
os
.
path
.
join
(
windows_folder_path
,
"lib_lightgbm.dll"
))
copy_file
(
os
.
path
.
join
(
source
,
"lib_lightgbm.dll"
),
os
.
path
.
join
(
windows_folder_path
,
"lib_lightgbm.dll"
))
copy_file
(
os
.
path
.
join
(
source
,
"lightgbm.exe"
),
os
.
path
.
join
(
windows_folder_path
,
"lightgbm.exe"
))
copy_file
(
os
.
path
.
join
(
source
,
"lightgbm.exe"
),
os
.
path
.
join
(
windows_folder_path
,
"lightgbm.exe"
))
version
=
open
(
os
.
path
.
join
(
current_dir
,
os
.
path
.
pardir
,
'VERSION.txt'
)).
read
().
strip
()
version
=
open
(
os
.
path
.
join
(
current_dir
,
os
.
path
.
pardir
,
'VERSION.txt'
)).
read
().
strip
()
.
replace
(
'rc'
,
'-rc'
)
nuget_str
=
r
"""<?xml version="1.0"?>
nuget_str
=
r
"""<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<metadata>
...
...
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