File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ class ValidatorFactory {
7373 yield this . setResourceDetails ( actionParams ) ;
7474 }
7575 catch ( error ) {
76- core . error ( `Failed to set resource details: ${ error . message } ` ) ;
76+ core . warning ( `Failed to set resource details: ${ error . message } ` ) ;
7777 }
7878 return new PublishProfileWebAppValidator_1 . PublishProfileWebAppValidator ( ) ;
7979 }
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ export class ValidatorFactory {
2626 try {
2727 await this . setResourceDetails ( actionParams ) ;
2828 } catch ( error ) {
29- core . error ( `Failed to set resource details: ${ error . message } ` ) ;
29+ core . warning ( `Failed to set resource details: ${ error . message } ` ) ;
3030 }
3131 return new PublishProfileWebAppValidator ( ) ;
3232 }
You can’t perform that action at this time.
0 commit comments