Skip to content

Commit f3e62bc

Browse files
Project file fixes
1 parent ab2840c commit f3e62bc

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Maverick.PCF.Builder/Maverick.PCF.Builder.csproj

+2-3
Original file line numberDiff line numberDiff line change
@@ -377,9 +377,8 @@ IF $(ConfigurationName) == Debug (
377377
)</PostBuildEvent>
378378
</PropertyGroup>
379379
<PropertyGroup>
380-
<PreBuildEvent>powershell -command "Set-ExecutionPolicy -ExecutionPolicy Unrestricted"
381-
powershell -File "$(ProjectDir)Scripts\CoreTools.ps1" "$(TargetDir)"
382-
powershell -command "Set-ExecutionPolicy -ExecutionPolicy Default"</PreBuildEvent>
380+
<PreBuildEvent>powershell -command "set-executionpolicy unrestricted"
381+
powershell -File "$(ProjectDir)Scripts\CoreTools.ps1" "$(TargetDir)"</PreBuildEvent>
383382
</PropertyGroup>
384383
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
385384
<PropertyGroup>

0 commit comments

Comments
 (0)