We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21ef62d commit 10ac2b9Copy full SHA for 10ac2b9
src/Dataverse/templates/pp-solution/.template.scripts/InitializeSolution.ps1
@@ -1,5 +1,5 @@
1
# Initialize a Dataverse solution project using PAC CLI
2
-pac solution init --publisher-name examplepublisher --publisher-prefix examplepublisherprefix --outputDirectory "SolutionLogicalNameExample"
+pac solution init --publisher-name "examplepublisher" --publisher-prefix "examplepublisherprefix" --outputDirectory "SolutionLogicalNameExample"
3
cd "SolutionLogicalNameExample"
4
5
# Rename the src folder (produced by PAC CLI to remove the double src folder)
0 commit comments