Skip to content

Commit 21c1ef6

Browse files
[VMR] Codeflow 754e56e-754e56e
[[ commit created by automation ]]
1 parent 754e56e commit 21c1ef6

File tree

2 files changed

+4
-82
lines changed

2 files changed

+4
-82
lines changed

eng/DotNetBuild.props

Lines changed: 0 additions & 78 deletions
This file was deleted.

src/SiteExtensions/LoggingAggregate/src/Microsoft.AspNetCore.AzureAppServices.SiteExtension/Microsoft.AspNetCore.AzureAppServices.SiteExtension.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,15 @@
6565
Targets="_VmrBuild" />
6666
<MSBuild Projects="..\..\..\Runtime\Microsoft.AspNetCore.Runtime.SiteExtension.pkgproj"
6767
BuildInParallel="false"
68-
Properties="Platform=x86;TargetRid=win-x86;BaseOS=win-x86;TargetRuntimeIdentifier=win-x86;TargetArchitecture=x86"
68+
Properties="Platform=x86;TargetRid=win-x86;BaseRid=win-x86;TargetRuntimeIdentifier=win-x86;TargetArchitecture=x86"
6969
Targets="_VmrBuild" />
7070
<MSBuild Projects="..\..\..\LoggingBranch\LB.csproj"
7171
BuildInParallel="false"
7272
Properties="Platform=x64;DisableTransitiveFrameworkReferences=true"
7373
Targets="_VmrBuild" />
7474
<MSBuild Projects="..\..\..\LoggingBranch\LB.csproj"
7575
BuildInParallel="false"
76-
Properties="Platform=x86;TargetRid=win-x86;BaseOS=win-x86;TargetRuntimeIdentifier=win-x86;TargetArchitecture=x86;DisableTransitiveFrameworkReferences=true"
76+
Properties="Platform=x86;TargetRid=win-x86;BaseRid=win-x86;TargetRuntimeIdentifier=win-x86;TargetArchitecture=x86;DisableTransitiveFrameworkReferences=true"
7777
Targets="_VmrBuild" />
7878
</Target>
7979

@@ -112,7 +112,7 @@
112112
</ItemGroup>
113113

114114
<ItemGroup Condition="'$(DotNetBuild)' == 'true'">
115-
<_SiteExtensionsReference Include="$(ArtifactsNonShippingPackagesDir)Microsoft.AspNetCore.AzureAppServices.SiteExtension.$(AspNetCoreMajorMinorVersion).x64.%(_ResolvedPackageVersionInfo.PackageVersion).nupkg"
115+
<_SiteExtensionsReference Include="$(ArtifactsNonShippingPackagesDir)Microsoft.AspNetCore.AzureAppServices.SiteExtension.$(AspNetCoreMajorMinorVersion).x64.%(_ResolvedPackageVersionInfo.PackageVersion).nupkg"
116116
Name="Microsoft.AspNetCore.AzureAppServices.SiteExtension.$(AspNetCoreMajorMinorVersion).x64" />
117117
<_SiteExtensionsReference Include="$(ArtifactsNonShippingPackagesDir)Microsoft.AspNetCore.AzureAppServices.SiteExtension.$(AspNetCoreMajorMinorVersion).x86.%(_ResolvedPackageVersionInfo.PackageVersion).nupkg"
118118
Name="Microsoft.AspNetCore.AzureAppServices.SiteExtension.$(AspNetCoreMajorMinorVersion).x86" />
@@ -148,4 +148,4 @@
148148
<Content Include="$(MicrosoftWebXdtExtensionsPath)" PackagePath="content" />
149149
</ItemGroup>
150150
</Target>
151-
</Project>
151+
</Project>

0 commit comments

Comments
 (0)