未验证 提交 df0eda5a 编写于 作者: J João Moreno

build

上级 d14fb9da
steps:
- task: DownloadPipelineArtifact@2
inputs:
artifact: CompilationOutput
path: $(System.DefaultWorkingDirectory)
- script: |
set -e
exit 1
displayName: Check RestoreCache
condition: and(succeeded(), ne(variables['CacheRestored-Compilation'], 'true'))
- task: NodeTool@0
inputs:
versionSpec: "12.18.3"
......@@ -24,6 +13,12 @@ steps:
azureSubscription: "vscode-builds-subscription"
KeyVaultName: vscode
- task: DownloadPipelineArtifact@2
inputs:
artifact: CompilationOutput
path: $(System.DefaultWorkingDirectory)
displayName: Download Compilation Output
- script: |
set -e
cat << EOF > ~/.netrc
......
......@@ -105,5 +105,8 @@ steps:
displayName: Create build
condition: and(succeeded(), ne(variables['VSCODE_PUBLISH'], 'false'))
- publish: $(System.DefaultWorkingDirectory)
artifact: CompilationOutput
- task: PublishPipelineArtifact@1
inputs:
targetPath: $(System.DefaultWorkingDirectory)
artifactName: CompilationOutput
displayName: Publish Compilation Output
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册