forked from dotnet/runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Infra for porting lib only packages to use dotnet pack instead of…
… pkgprojs (dotnet#51765) * add infra and move projects to use dotnet pack * adddress feedback * address feedback * donot include buildoutput from netfx during sourcebuild * some more feedback points * add SuppressDependenciesWhenPacking as well * Apply suggestions from code review Co-authored-by: Viktor Hofer <[email protected]> * Update src/libraries/Directory.Build.targets Co-authored-by: Viktor Hofer <[email protected]> * remove warn * Update src/libraries/Directory.Build.targets Co-authored-by: Viktor Hofer <[email protected]> * donot set includebuild output in outerbuild Co-authored-by: Viktor Hofer <[email protected]>
- Loading branch information
1 parent
e8aa061
commit 28b9c72
Showing
7 changed files
with
29 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
src/libraries/Microsoft.Extensions.Configuration.EnvironmentVariables/Directory.Build.props
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
<Project> | ||
<Import Project="..\Directory.Build.props" /> | ||
<PropertyGroup> | ||
<PackageDescription>Environment variables configuration provider implementation for Microsoft.Extensions.Configuration.</PackageDescription> | ||
<IsAspNetCoreApp>true</IsAspNetCoreApp> | ||
</PropertyGroup> | ||
</Project> |
9 changes: 0 additions & 9 deletions
9
....EnvironmentVariables/pkg/Microsoft.Extensions.Configuration.EnvironmentVariables.pkgproj
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters