Skip to content

Commit

Permalink
Fix for publishing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesRandall committed Feb 11, 2020
1 parent 739e3c4 commit 40c87a4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<CommonPackageVersion>4.0.44-beta.4</CommonPackageVersion>
<CommonPackageVersion>4.0.45-beta.4</CommonPackageVersion>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>FunctionMonkey.Compiler</id>
<version>4.0.44-beta.4</version>
<version>4.0.45-beta.4</version>
<authors>James Randall</authors>
<description>Generates Azure Functions from command registrations</description>
<licenseUrl>https://raw.githubusercontent.com/JamesRandall/FunctionMonkey/master/LICENSE</licenseUrl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
<Target Name="_FunctionMonkeyAzureFunctionsPublishCompiler" AfterTargets="_GenerateFunctionsAndCopyContentFiles" Condition="'$(AzureFunctionsVersion)' != ''">
<Message Text="Running Function Monkey in Publish location $(PublishDir) for Azure Functions" />
<Exec Command="$(FunctionCompilerExe) &quot;$(PublishDir)$(FunctionPublishParams)&quot; $(FunctionPublishPostfix)" />
<ConvertErrors InputAssemblyPath="$(FunctionPublishParams)" />
</Target>
<Target Name="_FunctionMonkeyAspNetPublishCompiler" AfterTargets="AfterPublish" Condition="'$(AzureFunctionsVersion)' == ''">
<Message Text="Running Function Monkey in Publish location $(PublishDir) for ASP.Net Core" />
Expand Down

0 comments on commit 40c87a4

Please sign in to comment.