Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 37bcd06

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 4e50c3b commit 37bcd06

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

azure-pipelines.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,10 @@ steps:
2828
connection: 'react-native-windows'
2929
userRepository: 'react-native-windows/CalculatorPackage'
3030
defaultVersionType: 'latest'
31-
downloadPath: '$(System.ArtifactsDirectory)'
31+
# downloadPath: '$(System.ArtifactsDirectory)'
32+
33+
- task: ExtractFiles@1
34+
inputs:
35+
archiveFilePatterns: '*.zip'
36+
destinationFolder: 'TestApp'
37+
cleanDestinationFolder: true

0 commit comments

Comments
 (0)