提交 58ef8c63 编写于 作者: J Joao Moreno

try fix win32 build

上级 67a68265
steps:
- script: |
mkdir -p .build
echo $BUILD_SOURCEVERSION > .build/commit
echo -n $BUILD_SOURCEVERSION > .build/commit
displayName: Prepare cache flag
- task: 1ESLighthouseEng.PipelineArtifactCaching.RestoreCacheV1.RestoreCache@1
......
steps:
- script: |
mkdir -p .build
echo $BUILD_SOURCEVERSION > .build/commit
echo -n $BUILD_SOURCEVERSION > .build/commit
displayName: Prepare cache flag
- task: 1ESLighthouseEng.PipelineArtifactCaching.RestoreCacheV1.RestoreCache@1
......
steps:
- script: |
mkdir -p .build
echo $BUILD_SOURCEVERSION > .build/commit
echo -n $BUILD_SOURCEVERSION > .build/commit
displayName: Prepare cache flag
- task: 1ESLighthouseEng.PipelineArtifactCaching.RestoreCacheV1.RestoreCache@1
......
steps:
- script: |
mkdir -p .build
echo $BUILD_SOURCEVERSION > .build/commit
echo -n $BUILD_SOURCEVERSION > .build/commit
displayName: Prepare cache flag
- task: 1ESLighthouseEng.PipelineArtifactCaching.RestoreCacheV1.RestoreCache@1
......
steps:
- script: |
mkdir -p .build
echo $BUILD_SOURCEVERSION > .build/commit
echo -n $BUILD_SOURCEVERSION > .build/commit
displayName: Prepare cache flag
- task: 1ESLighthouseEng.PipelineArtifactCaching.RestoreCacheV1.RestoreCache@1
......
steps:
- powershell: |
mkdir .build -ea 0
"$env:BUILD_SOURCEVERSION`n" | Out-File -NoNewLine .build\commit
"$env:BUILD_SOURCEVERSION" | Out-File -Encoding ascii -NoNewLine .build\commit
displayName: Prepare cache flag
- task: 1ESLighthouseEng.PipelineArtifactCaching.RestoreCacheV1.RestoreCache@1
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册