Skip to content

Commit

Permalink
Project file fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Power-Maverick committed Feb 2, 2021
1 parent ab2840c commit f3e62bc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Maverick.PCF.Builder/Maverick.PCF.Builder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -377,9 +377,8 @@ IF $(ConfigurationName) == Debug (
)</PostBuildEvent>
</PropertyGroup>
<PropertyGroup>
<PreBuildEvent>powershell -command "Set-ExecutionPolicy -ExecutionPolicy Unrestricted"
powershell -File "$(ProjectDir)Scripts\CoreTools.ps1" "$(TargetDir)"
powershell -command "Set-ExecutionPolicy -ExecutionPolicy Default"</PreBuildEvent>
<PreBuildEvent>powershell -command "set-executionpolicy unrestricted"
powershell -File "$(ProjectDir)Scripts\CoreTools.ps1" "$(TargetDir)"</PreBuildEvent>
</PropertyGroup>
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
Expand Down

0 comments on commit f3e62bc

Please sign in to comment.