Skip to content

Commit

Permalink
Update IKVM.artifacts.msbuildproj
Browse files Browse the repository at this point in the history
Remove build targets for projects up front. Shouldn't be necessary.
  • Loading branch information
wasabii authored Sep 20, 2022
1 parent 8e21b55 commit 130a725
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions IKVM.artifacts.msbuildproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,6 @@
</PropertyGroup>

<ItemGroup>
<TargetsForPublish Include="$(SolutionFile)">
<Targets>IKVM_Java;IKVM_Runtime</Targets>
</TargetsForPublish>
<TargetsForPublish Include="$(SolutionFile)">
<Targets>ikvm;ikvmc;ikvmstub</Targets>
</TargetsForPublish>
<TargetsForPublish Include="$(SolutionFile)">
<Targets>IKVM-pkg</Targets>
</TargetsForPublish>
<TargetsForPublish Include="$(SolutionFile)">
<Targets>IKVM-pkg:Publish</Targets>
<Properties>$(PackProperties);TargetFramework=net461;PublishDir=$(ArtifactStagingDirectory)\bin\net461</Properties>
Expand Down Expand Up @@ -196,4 +187,4 @@
<MSBuild BuildInParallel="$(BuildInParallel)" ContinueOnError="false" Projects="@(_TargetsForPublish)" Targets="%(_TargetsForPublish.Targets)" />
</Target>

</Project>
</Project>

0 comments on commit 130a725

Please sign in to comment.