Skip to content

Commit a5b8b8c

Browse files
committed
Merge branch 'vnext' into dm/vnext/hostswithports
2 parents d63dcde + ce04d42 commit a5b8b8c

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)