Fix helix.proj warnings (#7373)

This commit is contained in:
Hao Kung 2019-02-15 19:40:10 -08:00 committed by GitHub
parent a1490bac35
commit 63a8b14619
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 2 deletions

View File

@ -0,0 +1,2 @@
<Project>
</Project>

View File

@ -0,0 +1,2 @@
<Project>
</Project>

View File

@ -22,8 +22,6 @@
</Target>
<PropertyGroup>
<!-- helix SDK issue https://github.com/dotnet/arcade/issues/1605 -->
<SkipInvalidConfigurations>true</SkipInvalidConfigurations>
<HelixSource>pr/aspnet/aspnetcore</HelixSource>
<HelixType>ci</HelixType>
<HelixBuild>private-$(USERNAME)</HelixBuild>