Skip to content

Commit

Permalink
Update glidex/glidex.csproj
Browse files Browse the repository at this point in the history
Fixed my broken DTB, `<DownloadFile />` needs to happen before `ExportJarToXml`
  • Loading branch information
jonathanpeppers committed Oct 15, 2018
1 parent c295250 commit d0c10b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glidex/glidex.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
]]></Code>
</Task>
</UsingTask>
<Target Name="BeforeBuild" Inputs="$(MSBuildThisFile)" Outputs="@(EmbeddedJar)">
<Target Name="BeforeBuild" BeforeTargets="ExportJarToXml" Inputs="$(MSBuildThisFile)" Outputs="@(EmbeddedJar)">
<DownloadFile Url="%(EmbeddedJar.Url)" File="%(EmbeddedJar.FullPath)" />
</Target>
</Project>

0 comments on commit d0c10b9

Please sign in to comment.