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
0235050e
Unverified
Commit
0235050e
authored
Jan 26, 2021
by
Nikita Titov
Committed by
GitHub
Jan 26, 2021
Browse files
[ci] run artifacts packaging job on Ubuntu (#3757)
* run artifacts packaging job on Ubuntu * Update .vsts-ci.yml
parent
439c721a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.vsts-ci.yml
.vsts-ci.yml
+2
-2
No files found.
.vsts-ci.yml
View file @
0235050e
...
...
@@ -220,7 +220,7 @@ jobs:
-
Windows
condition
:
and(succeeded(), not(startsWith(variables['Build.SourceBranch'], 'refs/pull/')))
pool
:
vmImage
:
'
vs2017-win2016
'
vmImage
:
'
ubuntu-latest
'
steps
:
# Download all agent packages from all previous phases
-
task
:
DownloadBuildArtifacts@0
...
...
@@ -229,7 +229,7 @@ jobs:
artifactName
:
PackageAssets
downloadPath
:
$(Build.SourcesDirectory)/binaries
-
script
:
|
python
%BUILD_SOURCESDIRECTORY%/.nuget/create_nuget.py %BUILD_SOURCESDIRECTORY%
/binaries/PackageAssets
python
"$(Build.SourcesDirectory)/.nuget/create_nuget.py" "$(Build.SourcesDirectory)
/binaries/PackageAssets
"
displayName
:
'
Create
NuGet
configuration
files'
-
task
:
NuGetCommand@2
inputs
:
...
...
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