mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
Yes this is dumb no i will not be taking questions
This commit is contained in:
@@ -123,8 +123,6 @@ jobs:
|
||||
JobOutputDirectory: $(Build.ArtifactStagingDirectory)
|
||||
LogOutputDirectory: $(Build.ArtifactStagingDirectory)\logs
|
||||
JobOutputArtifactName: build-$(BuildPlatform)-$(BuildConfiguration)${{ parameters.artifactStem }}
|
||||
# In case we failed, we want to publish only some of the outputs, and we want to use a unique name so we can re-run a single build step.
|
||||
JobOutputArtifactNameOnFailure: build-$(BuildPlatform)-$(BuildConfiguration)${{ parameters.artifactStem }}-failure-$[counter(format('{0:yyyyMMdd}', pipeline.startTime), 1)]
|
||||
NUGET_RESTORE_MSBUILD_ARGS: /p:Platform=$(BuildPlatform) # Required for nuget to work due to self contained
|
||||
NODE_OPTIONS: --max_old_space_size=16384
|
||||
${{ if or(eq(parameters.runTests, true), eq(parameters.buildTests, true)) }}:
|
||||
@@ -652,6 +650,6 @@ jobs:
|
||||
condition: succeeded()
|
||||
|
||||
- publish: $(JobOutputDirectory)
|
||||
artifact: $(JobOutputArtifactNameOnFailure)
|
||||
artifact: $(JobOutputArtifactName)-failure-$(System.JobAttempt)
|
||||
displayName: Publish failure logs
|
||||
condition: or(failed(), canceled())
|
||||
|
||||
Reference in New Issue
Block a user