Skip to content
This repository has been archived by the owner on Apr 16, 2020. It is now read-only.

Commit

Permalink
Fixed incorrect closing tag for SourceLink.Create.BitBucketServer.Cre…
Browse files Browse the repository at this point in the history
…ateTask. (#308)
  • Loading branch information
Jiri Kopecky authored and ctaggart committed Jan 16, 2018
1 parent 2b13a9f commit 0261ea6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
EmbeddedFilesIn="@(EmbeddedFiles)">
<Output PropertyName="SourceLink" TaskParameter="SourceLink" />
<Output ItemName="_EmbeddedFiles" TaskParameter="EmbeddedFiles" />
</SourceLink.Create.GitHub.CreateTask>
</SourceLink.Create.BitBucketServer.CreateTask>
<ItemGroup>
<EmbeddedFiles Include="@(_EmbeddedFiles)" />
<FullPathEmbeddedFiles
Expand Down

0 comments on commit 0261ea6

Please sign in to comment.