"include/vscode:/vscode.git/clone" did not exist on "2f4ce9730cbeee3022a60958fd206bdc935eb662"
Unverified Commit 0235050e authored by Nikita Titov's avatar Nikita Titov Committed by GitHub
Browse files

[ci] run artifacts packaging job on Ubuntu (#3757)

* run artifacts packaging job on Ubuntu

* Update .vsts-ci.yml
parent 439c721a
......@@ -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:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment