Thank you ahead of time for any help given:
-
Is it possible to use a wildcard in a file provisioner for the source? Something like this for example:
{
“type”: “file”,
“source”: “{{userWorkingDirectory
}}\*.test.ps1”,
“destination”: “C:\temp\test.ps1”
}, -
Does the directory upload with the file provisioner in windows work? The documentation doesn’t state otherwise. However, I can’t get it to function.
{
“type”: “file”,
“source”: “{{userWorkingDirectory
}}\”,
“destination”: “C:\temp”
},