Skip to content

Commit

Permalink
[COMMIT] The proj files have been updated to enable SourceLink [AxeAc…
Browse files Browse the repository at this point in the history
…cessibilityDriver.csproj]
  • Loading branch information
JTOne123 committed Jun 25, 2020
1 parent 5bcb836 commit caabc30
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions AxeAccessibilityDriver/AxeAccessibilityDriver.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,16 @@ Output results into json, csv and WATR report</Description>
<PackageId />
<Authors />
<RepositoryType>git</RepositoryType>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
</ItemGroup>


<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>C:\GitHubProjects\AxeAccessibilityDriver\AxeAccessibilityDriver\AxeAccessibilityDriver\AxeAccessibilityDriver.xml</DocumentationFile>
</PropertyGroup>
Expand Down

0 comments on commit caabc30

Please sign in to comment.