We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a89b9f4 commit 119886bCopy full SHA for 119886b
azure-pipelines-templates/check-mdp-for-build.yml
@@ -90,4 +90,4 @@ steps:
90
91
$extensionPath = $msbuildPath + "\nanoFramework\v1.0"
92
93
- Copy-Item -Path "$env:Pipeline_Workspace\mdp" -Destination $msbuildPath -Force -Verbose
+ Copy-Item -Path "$env:Pipeline_Workspace\mdp\*" -Destination $extensionPath -Force -Verbose
0 commit comments