Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit debcad6

Browse files
authored
Another fix to the azure pipeline.
1 parent 7861284 commit debcad6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.azure-pipelines/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,9 @@ stages:
8080
8181
- task: PublishBuildArtifacts@1
8282
displayName: Publish Build Artifacts
83-
inputs: '$(Build.ArtifactStagingDirectory)/build'
84-
artifactName: build
83+
inputs:
84+
pathToPublish: '$(Build.ArtifactStagingDirectory)/build'
85+
artifactName: build
8586

8687
- stage: postbuild
8788
displayName: 'Post Build Checks'

0 commit comments

Comments
 (0)