Skip to content

Commit

Permalink
Fixed typo (#14404)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anatoly Bolshakov authored Feb 18, 2021
1 parent e26f897 commit 9772b1e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Tasks/PublishPipelineMetadataV0/publishmetadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function constructMetadataRequestBody(requestObject: any): AttestationRequestPay
}
}
else {
tl.loc("Not pushing metadata as no resource Ids found");
tl.debug("Not pushing metadata as no resource Ids found");
return;
}
}
Expand Down
2 changes: 1 addition & 1 deletion Tasks/PublishPipelineMetadataV0/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 0,
"Minor": 180,
"Minor": 183,
"Patch": 0
},
"preview": true,
Expand Down
2 changes: 1 addition & 1 deletion Tasks/PublishPipelineMetadataV0/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "Microsoft Corporation",
"version": {
"Major": 0,
"Minor": 180,
"Minor": 183,
"Patch": 0
},
"preview": true,
Expand Down

0 comments on commit 9772b1e

Please sign in to comment.