We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab2840c commit f3e62bcCopy full SHA for f3e62bc
Maverick.PCF.Builder/Maverick.PCF.Builder.csproj
@@ -377,9 +377,8 @@ IF $(ConfigurationName) == Debug (
377
)</PostBuildEvent>
378
</PropertyGroup>
379
<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>
+ <PreBuildEvent>powershell -command "set-executionpolicy unrestricted"
+powershell -File "$(ProjectDir)Scripts\CoreTools.ps1" "$(TargetDir)"</PreBuildEvent>
383
384
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
385
0 commit comments