Skip to content

Commit

Permalink
Fix incorrect nupkg output location in build
Browse files Browse the repository at this point in the history
  • Loading branch information
richardszalay committed Nov 18, 2019
1 parent 75da058 commit a31b7d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Release.proj
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</Target>

<Target Name="Package" DependsOnTargets="Build">
<Exec Command="dotnet pack -c Release -o .. RichardSzalay.MockHttp.NetStandard\RichardSzalay.MockHttp.NetStandard.csproj" />
<Exec Command="dotnet pack --no-build -c Release -o . RichardSzalay.MockHttp.NetStandard\RichardSzalay.MockHttp.NetStandard.csproj" />
</Target>

<Target Name="Push" DependsOnTargets="Package">
Expand Down

0 comments on commit a31b7d4

Please sign in to comment.