Skip to content

Commit ce04d42

Browse files
authored
Merge pull request #285 from ctaggart/sourcelink
enable SourceLink
2 parents 085e3b4 + 4ba044d commit ce04d42

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

build.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@echo off
22
if "%~1"=="" goto :error
33

4-
SET %VERSION%=%~1
4+
SET VERSION=%~1
55

66
Echo Building Microsoft.OpenApi
77

src/Directory.Build.props

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<Project>
2+
<PropertyGroup>
3+
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
4+
</PropertyGroup>
5+
<ItemGroup>
6+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-*" PrivateAssets="All"/>
7+
</ItemGroup>
8+
</Project>

0 commit comments

Comments
 (0)