Skip to content

Commit 119886b

Browse files
committed
Fix copy script
1 parent a89b9f4 commit 119886b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines-templates/check-mdp-for-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ steps:
9090
9191
$extensionPath = $msbuildPath + "\nanoFramework\v1.0"
9292
93-
Copy-Item -Path "$env:Pipeline_Workspace\mdp" -Destination $msbuildPath -Force -Verbose
93+
Copy-Item -Path "$env:Pipeline_Workspace\mdp\*" -Destination $extensionPath -Force -Verbose

0 commit comments

Comments
 (0)