2021-06-24 16:36:04 -05:00
|
|
|
<Project>
|
|
|
|
<Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" />
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<NuGetKeyFilePath>$(KeysDir)NuGet.Client.snk</NuGetKeyFilePath>
|
|
|
|
<RepoApiImplemented>false</RepoApiImplemented>
|
|
|
|
<DependencyVersionInputRepoApiImplemented>true</DependencyVersionInputRepoApiImplemented>
|
|
|
|
<DeterministicBuildOptOut>true</DeterministicBuildOptOut>
|
2022-12-09 15:22:49 -06:00
|
|
|
<RepoNoWarns>CS9057</RepoNoWarns>
|
2021-06-24 16:36:04 -05:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<EnvironmentVariables Include="MS_PFX_PATH=$(NuGetKeyFilePath)" />
|
|
|
|
<EnvironmentVariables Include="NUGET_PFX_PATH=$(NuGetKeyFilePath)" />
|
2022-04-19 17:19:00 -05:00
|
|
|
<RepositoryReference Include="source-build-externals" />
|
2021-06-24 16:36:04 -05:00
|
|
|
<RepositoryReference Include="msbuild" />
|
2021-08-24 15:01:06 -05:00
|
|
|
<RepositoryReference Include="xdt" />
|
2021-06-24 16:36:04 -05:00
|
|
|
</ItemGroup>
|
|
|
|
|
2021-08-24 15:01:06 -05:00
|
|
|
<PropertyGroup>
|
|
|
|
<BuildCommandArgs>$(StandardSourceBuildArgs)</BuildCommandArgs>
|
2021-06-24 16:36:04 -05:00
|
|
|
|
2021-08-24 15:01:06 -05:00
|
|
|
<BuildCommand>$(ProjectDirectory)eng/source-build/build$(ShellExtension) $(BuildCommandArgs)</BuildCommand>
|
|
|
|
</PropertyGroup>
|
2021-06-24 16:36:04 -05:00
|
|
|
|
2021-08-24 15:01:06 -05:00
|
|
|
<Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk" />
|
2021-06-24 16:36:04 -05:00
|
|
|
|
|
|
|
</Project>
|