Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add source link #65

Closed
colinangusmackay opened this issue Nov 14, 2022 · 0 comments · Fixed by #67
Closed

Add source link #65

colinangusmackay opened this issue Nov 14, 2022 · 0 comments · Fixed by #67

Comments

@colinangusmackay
Copy link
Member

    <PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
        <ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
        <PublishRepositoryUrl>true</PublishRepositoryUrl>
        <EmbedUntrackedSources>true</EmbedUntrackedSources>
        <IncludeSymbols>true</IncludeSymbols>
        <SymbolPackageFormat>snupkg</SymbolPackageFormat>
    </PropertyGroup>

    <ItemGroup>
        <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
    </ItemGroup>
colinangusmackay added a commit that referenced this issue Nov 14, 2022
@colinangusmackay colinangusmackay linked a pull request Nov 14, 2022 that will close this issue
7 tasks
colinangusmackay added a commit that referenced this issue Nov 14, 2022
colinangusmackay added a commit that referenced this issue Nov 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant