mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-20 05:13:11 -07:00
try
This commit is contained in:
parent
30523a3bce
commit
dc09f19682
1 changed files with 5 additions and 5 deletions
|
@ -34,11 +34,11 @@ extends:
|
|||
analyzeTargetGlob: |
|
||||
$(Build.BinariesDirectory)/**.dll;
|
||||
$(Build.BinariesDirectory)/**.exe;
|
||||
!**/clrcompression.dll
|
||||
!**/WebView2Loader.dll
|
||||
!**/Microsoft.Web.WebView2.Core.dll
|
||||
!**/GraphingImpl.dll
|
||||
!**/omsautimmss.dll.
|
||||
!**/clrcompression.dll;
|
||||
!**/WebView2Loader.dll;
|
||||
!**/Microsoft.Web.WebView2.Core.dll;
|
||||
!**/GraphingImpl.dll;
|
||||
!**/omsautimmss.dll;
|
||||
|
||||
stages:
|
||||
- stage: Calculator
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue