mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-20 13:23:13 -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: |
|
analyzeTargetGlob: |
|
||||||
$(Build.BinariesDirectory)/**.dll;
|
$(Build.BinariesDirectory)/**.dll;
|
||||||
$(Build.BinariesDirectory)/**.exe;
|
$(Build.BinariesDirectory)/**.exe;
|
||||||
!**/clrcompression.dll
|
!**/clrcompression.dll;
|
||||||
!**/WebView2Loader.dll
|
!**/WebView2Loader.dll;
|
||||||
!**/Microsoft.Web.WebView2.Core.dll
|
!**/Microsoft.Web.WebView2.Core.dll;
|
||||||
!**/GraphingImpl.dll
|
!**/GraphingImpl.dll;
|
||||||
!**/omsautimmss.dll.
|
!**/omsautimmss.dll;
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- stage: Calculator
|
- stage: Calculator
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue