Skip to content

Commit

Permalink
Remove notice file generation pipeline task (#223)
Browse files Browse the repository at this point in the history
* remove notice file generation and update notice file

* continue on error for cg task

* update continueonerror

* update syntax

* change to condition

* continue on error for bash diff step

Co-authored-by: Ryan Fu <[email protected]>
  • Loading branch information
ryfu-msft and Ryan Fu authored Feb 3, 2022
1 parent 7906976 commit c29a199
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -557,14 +557,15 @@ SOFTWARE.

---------------------------------------------------------

Microsoft.WindowsPackageManager.Utils 0.2.8 - MIT
Microsoft.WindowsPackageManager.Utils 1.1.6 - MIT


(c) 2008 VeriSign, Inc.
(c) Microsoft Corporation.
CopyrightUrl ShortDescription
Copyright (c) Microsoft Corporation
CopyrightUrl ShortDescription WindowsFeatures
CopyrightUrl ShortDescription Agreements
CopyrightUrl Copyright Agreements ShortDescription
CopyrightInfo AbstractInfo FormattingImplementationInfo

MIT License
Expand Down
2 changes: 2 additions & 0 deletions pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ jobs:

- task: notice@0
displayName: "NOTICE File Generator"
condition: not(eq(variables['Build.Reason'], 'PullRequest'))
inputs:
outputfile: "$(System.DefaultWorkingDirectory)/temp/NOTICE.txt"
outputformat: "text"
Expand All @@ -133,6 +134,7 @@ jobs:
echo "Notice file not modified."
fi
displayName: "Trigger build warning if NOTICE.txt file needs to be modified."
condition: not(eq(variables['Build.Reason'], 'PullRequest'))
continueOnError: "true"
- task: VSTest@2
Expand Down

0 comments on commit c29a199

Please sign in to comment.