Skip to content

Commit 6fe170a

Browse files
committed
Add Env class to dnup
1 parent 03e8871 commit 6fe170a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Installer/dnup/dnup.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<Compile Include="$(RepoRoot)src\Cli\dotnet\Telemetry\CIEnvironmentDetectorForTelemetry.cs" LinkBase="Shared" />
2525
<Compile Include="$(RepoRoot)src\Cli\dotnet\Telemetry\EnvironmentDetectionRule.cs" LinkBase="Shared" />
2626
<Compile Include="$(RepoRoot)src\Cli\dotnet\Telemetry\ICIEnvironmentDetector.cs" LinkBase="Shared" />
27+
<Compile Include="$(RepoRoot)src\Cli\Microsoft.DotNet.Cli.Utils\Env.cs" LinkBase="Shared" />
2728
<Compile Include="$(RepoRoot)src\Cli\Microsoft.DotNet.Cli.Utils\EnvironmentProvider.cs" LinkBase="Shared" />
2829
<Compile Include="$(RepoRoot)src\Cli\Microsoft.DotNet.Cli.Utils\Extensions\CollectionsExtensions.cs" LinkBase="Shared" />
2930
<Compile Include="$(RepoRoot)src\Cli\Microsoft.DotNet.Cli.Utils\IEnvironmentProvider.cs" LinkBase="Shared" />

0 commit comments

Comments
 (0)