Skip to content

Commit

Permalink
[ci] run artifacts packaging job on Ubuntu (#3757)
Browse files Browse the repository at this point in the history
* run artifacts packaging job on Ubuntu

* Update .vsts-ci.yml
  • Loading branch information
StrikerRUS authored Jan 26, 2021
1 parent 439c721 commit 0235050
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 0235050

Please sign in to comment.