Skip to content

Commit 206db05

Browse files
committed
Update buildtools and add properties to skip IIS tests
1 parent f0990ec commit 206db05

File tree

14 files changed

+16
-11
lines changed

14 files changed

+16
-11
lines changed

build/dependencies.folderbuilds.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!-- This file is temporary while we rework dependencies management. It is used when building individual folders as if they were repos. -->
22
<Project>
33
<PropertyGroup>
4-
<InternalAspNetCoreSdkPackageVersion>2.2.1-build-20181114.3</InternalAspNetCoreSdkPackageVersion>
4+
<InternalAspNetCoreSdkPackageVersion>2.2.1-build-20181213.2</InternalAspNetCoreSdkPackageVersion>
55
<MicrosoftAspNetCoreAspNetCoreModulePackageVersion>2.2.0</MicrosoftAspNetCoreAspNetCoreModulePackageVersion>
66
<MicrosoftAspNetCoreAuthenticationCorePackageVersion>2.2.0</MicrosoftAspNetCoreAuthenticationCorePackageVersion>
77
<MicrosoftAspNetCoreConnectionsAbstractionsPackageVersion>2.2.0</MicrosoftAspNetCoreConnectionsAbstractionsPackageVersion>

build/dependencies.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<MicrosoftAspNetCoreBuildToolsApiCheckPackageVersion>$(KoreBuildVersion)</MicrosoftAspNetCoreBuildToolsApiCheckPackageVersion>
2727
<InternalAspNetCoreSdkPackageVersion>$(KoreBuildVersion)</InternalAspNetCoreSdkPackageVersion>
2828
<InternalAspNetCoreSiteExtensionSdkPackageVersion>$(KoreBuildVersion)</InternalAspNetCoreSiteExtensionSdkPackageVersion>
29-
<InternalAspNetCoreSdkPackageVersion Condition=" '$(KoreBuildVersion)' == '' ">2.2.1-build-20181114.3</InternalAspNetCoreSdkPackageVersion>
29+
<InternalAspNetCoreSdkPackageVersion Condition=" '$(KoreBuildVersion)' == '' ">2.2.1-build-20181213.2</InternalAspNetCoreSdkPackageVersion>
3030
</PropertyGroup>
3131

3232
<!-- These are package versions that should not be overridden or updated by automation. -->

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"version": "2.2.100"
44
},
55
"msbuild-sdks": {
6-
"Internal.AspNetCore.Sdk": "2.2.1-build-20181207.6"
6+
"Internal.AspNetCore.Sdk": "2.2.1-build-20181213.2"
77
}
88
}

korebuild-lock.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version:2.2.1-build-20181207.6
2-
commithash:d1a9489a535083be907f761827b4b44f4de3c92b
1+
version:2.2.1-build-20181213.2
2+
commithash:3a55c25b0b17b7ff51010d1b4dfe50a0295c0a4f

src/Hosting/test/FunctionalTests/Microsoft.AspNetCore.Hosting.FunctionalTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>netcoreapp2.0</TargetFrameworks>
4+
<TargetFramework>netcoreapp2.2</TargetFramework>
55
</PropertyGroup>
66

77
<ItemGroup>

src/Servers/IIS/src/Microsoft.AspNetCore.AspNetCoreModule/Directory.Build.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
<!-- There is no documentation -->
1919
<RunPackageAnalysis>false</RunPackageAnalysis>
2020

21+
<PackageId>$(MSBuildProjectName)</PackageId>
22+
<TargetPath>$(PackageOutputPath)$(PackageId).$(PackageVersion).nupkg</TargetPath>
2123
</PropertyGroup>
2224

2325
<Target Name="GetArtifactInfo" Returns="@(ArtifactInfo)" Condition=" '$(IsPackable)' != 'false' ">
@@ -29,6 +31,4 @@
2931
</ArtifactInfo>
3032
</ItemGroup>
3133
</Target>
32-
33-
<Import Project="$(RepositoryRoot)build\tasks\RepoTasks.tasks" />
3434
</Project>

src/Servers/IIS/src/Microsoft.AspNetCore.AspNetCoreModule/Microsoft.AspNetCore.AspNetCoreModule.pkgproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" />
33

44
<PropertyGroup>
5+
<PackageId>$(MSBuildProjectName)</PackageId>
56
<IncludeBuildOutput>false</IncludeBuildOutput>
67
<TargetFramework>netcoreapp2.2</TargetFramework>
78
<PackageTags>aspnetcore</PackageTags>

src/Servers/IIS/src/Microsoft.AspNetCore.AspNetCoreModuleV2/Directory.Build.targets

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<!-- There is no documentation -->
1919
<RunPackageAnalysis>false</RunPackageAnalysis>
2020

21+
<TargetPath>$(PackageOutputPath)$(PackageId).$(PackageVersion).nupkg</TargetPath>
2122
</PropertyGroup>
2223

2324
<Target Name="GetArtifactInfo" Returns="@(ArtifactInfo)" Condition=" '$(IsPackable)' != 'false' ">
@@ -29,6 +30,4 @@
2930
</ArtifactInfo>
3031
</ItemGroup>
3132
</Target>
32-
33-
<Import Project="$(RepositoryRoot)build\tasks\RepoTasks.tasks" />
3433
</Project>

src/Servers/IIS/src/Microsoft.AspNetCore.AspNetCoreModuleV2/Microsoft.AspNetCore.AspNetCoreModuleV2.pkgproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" />
33

44
<PropertyGroup>
5+
<PackageId>$(MSBuildProjectName)</PackageId>
56
<IncludeBuildOutput>false</IncludeBuildOutput>
67
<TargetFramework>netcoreapp2.2</TargetFramework>
78
<PackageTags>aspnetcore</PackageTags>

src/Servers/IIS/test/IIS.BackwardsCompatibility.FunctionalTests/IIS.BackwardsCompatibility.FunctionalTests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<TargetFrameworks>netcoreapp2.2</TargetFrameworks>
55
<TestGroupName>IISBackwardsCompatibility.FunctionalTests</TestGroupName>
66
<DisableFastUpToDateCheck>True</DisableFastUpToDateCheck>
7+
<SkipTests Condition=" '$(SkipIISBackwardsCompatibilityTests)' == 'true' ">true</SkipTests>
78
</PropertyGroup>
89

910
<ItemGroup>

0 commit comments

Comments
 (0)