You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed I get an error when running the post build event when I have spaces in the path of the iisbuilder. This is mostly just the documentation which might be updated by changing %SystemRoot%\sysnative\WindowsPowerShell\v1.0\powershell.exe -ExecutionPolicy Unrestricted -file $(ProjectDir)\IIS-Builder.ps1
in %SystemRoot%\sysnative\WindowsPowerShell\v1.0\powershell.exe -ExecutionPolicy Unrestricted -file "$(ProjectDir)\IIS-Builder.ps1"
(note the added " around the -file path)
This will make sure the event works even in cases where spaces are used in the file path.
The text was updated successfully, but these errors were encountered:
I noticed I get an error when running the post build event when I have spaces in the path of the iisbuilder. This is mostly just the documentation which might be updated by changing
%SystemRoot%\sysnative\WindowsPowerShell\v1.0\powershell.exe -ExecutionPolicy Unrestricted -file $(ProjectDir)\IIS-Builder.ps1
in
%SystemRoot%\sysnative\WindowsPowerShell\v1.0\powershell.exe -ExecutionPolicy Unrestricted -file "$(ProjectDir)\IIS-Builder.ps1"
(note the added " around the -file path)
This will make sure the event works even in cases where spaces are used in the file path.
The text was updated successfully, but these errors were encountered: