File tree 1 file changed +12
-1
lines changed
1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -661,6 +661,17 @@ stages:
661
661
beforeBuild :
662
662
- powershell : " & ./src/Servers/IIS/tools/UpdateIISExpressCertificate.ps1; & ./src/Servers/IIS/tools/update_schema.ps1"
663
663
displayName : Setup IISExpress test certificates and schema
664
+ - task : Cache@2
665
+ inputs :
666
+ key : ' pw | "$(Agent.OS)" | eng/versions.props'
667
+ restoreKeys : |
668
+ pw | "$(Agent.OS)"
669
+ path : $(PLAYWRIGHT_BROWSERS_PATH)
670
+ cacheHitVar : CACHE_PLAYWRIGHT_HIT
671
+ displayName : Cache playwright browsers
672
+ - script : npm i -D playwright
673
+ condition : ne(variables['CACHE_PLAYWRIGHT_HIT'], 'true')
674
+
664
675
artifacts :
665
676
- name : Windows_Test_Dumps
666
677
path : artifacts/dumps/
@@ -738,7 +749,7 @@ stages:
738
749
cacheHitVar : CACHE_PLAYWRIGHT_HIT
739
750
displayName : Cache playwright browsers
740
751
- script : npm i -D playwright
741
- condition : ne(variables. CACHE_PLAYWRIGHT_HIT, 'true')
752
+ condition : ne(variables[' CACHE_PLAYWRIGHT_HIT'] , 'true')
742
753
743
754
# Build the shared framework
744
755
- script : ./eng/build.cmd -ci -nobl -all -pack -arch x64
You can’t perform that action at this time.
0 commit comments