Skip to content

Commit

Permalink
added missing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
Barsonax committed Jun 11, 2020
1 parent 6f6d1d7 commit 5735917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/DualityTemplates/DualityTemplates.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

<Target Name="CopyPackage" AfterTargets="Pack">
<ItemGroup>
<NugetPackages Include="$(OutputPath)*.nupkg" />
<NugetPackages Include="$(OutputPath)\*.nupkg" />
</ItemGroup>

<Copy SourceFiles="@(NugetPackages)" DestinationFolder="$(MSBuildProjectDirectory)\..\..\Build\NightlyBuild\NuGetPackages" />
Expand Down

0 comments on commit 5735917

Please sign in to comment.