Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
<Project>

<Import Project="Sdk.props" Sdk="Microsoft.DotNet.Arcade.Sdk" Condition="'$(DisableArcade)' != '1'" />
<Import Project="eng\targets\Settings.props" />
<Import Project="eng\targets\NuGet.targets" />

<PropertyGroup>
<!-- Always use shipping version instead of dummy version -->
<DotNetUseShippingVersions>true</DotNetUseShippingVersions>
<!-- private repo, don't do source-link -->
<DeterministicSourcePaths>false</DeterministicSourcePaths>
<EnableSourceLink>false</EnableSourceLink>
Expand Down
2 changes: 0 additions & 2 deletions Directory.Build.targets
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<Project>

<Import Project="Sdk.targets" Sdk="Microsoft.DotNet.Arcade.Sdk" Condition="'$(DisableArcade)' != '1'" />

<!-- Consolidate FSharp package versions -->
<ItemGroup>
<PackageReference Update="FSharp.Core" Version="7.0.200" />
Expand Down
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.5" />
<PackageVersion Include="xunit" Version="2.9.3" />
</ItemGroup>
<ItemGroup Condition="'$(DisableArcade)' == '1'">
<ItemGroup>
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.0.1" />
</ItemGroup>
</Project>
26 changes: 2 additions & 24 deletions NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,8 @@
</solution>
<packageSources>
<clear />
<add key="dotnet-public" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json" />
<add key="dotnet-eng" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
<add key="dotnet-libraries" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-libraries/nuget/v3/index.json" />
<add key="dotnet5" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json" />
<add key="MachineLearning" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/MachineLearning/nuget/v3/index.json" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<!-- Microsoft.DotNet.Interactive.CSharpProject is not published to nuget.org -->
<add key="dotnet-tools" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" />
</packageSources>
<disabledPackageSources>
<clear />
</disabledPackageSources>
<packageSourceMapping>
<packageSource key="dotnet-public">
<package pattern="*" />
</packageSource>
<packageSource key="dotnet-tools">
<package pattern="*" />
</packageSource>
<packageSource key="dotnet-eng">
<package pattern="*" />
</packageSource>
<packageSource key="nuget.org">
<package pattern="Azure.Monitor.*" />
<package pattern="OpenTelemetry.*" />
</packageSource>
</packageSourceMapping>
</configuration>
27 changes: 0 additions & 27 deletions eng/AfterSolutionBuild.targets

This file was deleted.

2 changes: 0 additions & 2 deletions eng/CIBuild.cmd

This file was deleted.

5 changes: 0 additions & 5 deletions eng/Publishing.props

This file was deleted.

6 changes: 0 additions & 6 deletions eng/SignCheckExclusionsFile.txt

This file was deleted.

55 changes: 0 additions & 55 deletions eng/Signing.props

This file was deleted.

11 changes: 0 additions & 11 deletions eng/Version.Details.xml

This file was deleted.

13 changes: 0 additions & 13 deletions eng/Versions.props
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<Project>
<PropertyGroup>
<!-- opt-out properties -->
<UsingToolPdbConverter>false</UsingToolPdbConverter>
<UsingToolSourceLink>false</UsingToolSourceLink>
<UsingToolXUnit>false</UsingToolXUnit>
<!-- opt-in properties -->
<UsingToolNuGetRepack>true</UsingToolNuGetRepack>
<UsingToolSymbolUploader>true</UsingToolSymbolUploader>
<TestRunnerAdditionalArguments>-parallel none</TestRunnerAdditionalArguments>
</PropertyGroup>
<PropertyGroup>
Expand All @@ -25,14 +18,8 @@
<RepositoryUrl>https://github.com/dotnet/try</RepositoryUrl>
</PropertyGroup>
<PropertyGroup Condition="'$(UseStableVersion)' == 'true'">
<AutoGenerateAssemblyVersion>false</AutoGenerateAssemblyVersion>
<DotNetFinalVersionKind>release</DotNetFinalVersionKind>
<PreReleaseVersionLabel>
</PreReleaseVersionLabel>
<!--
Mimic the build number calculation from here:
https://github.com/dotnet/arcade/blob/ce8e852e418ca52d28e562f9697fbb926d0b0bb1/src/Microsoft.DotNet.Arcade.Sdk/tools/Version.BeforeCommonTargets.targets#L24-L36
-->
<OfficialBuildId Condition="'$(OfficialBuildId)' == ''">42424242.42</OfficialBuildId>
<_BuildNumber>$(OfficialBuildId)</_BuildNumber>
<_BuildNumberYY>$(_BuildNumber.Substring(2, 2))</_BuildNumberYY>
Expand Down
19 changes: 0 additions & 19 deletions eng/cibuild.sh

This file was deleted.

4 changes: 0 additions & 4 deletions eng/common/BuildConfiguration/build-configuration.json

This file was deleted.

2 changes: 0 additions & 2 deletions eng/common/CIBuild.cmd

This file was deleted.

11 changes: 0 additions & 11 deletions eng/common/PSScriptAnalyzerSettings.psd1

This file was deleted.

28 changes: 0 additions & 28 deletions eng/common/README.md

This file was deleted.

Loading