File tree 3 files changed +4
-1
lines changed
IISExpress.FunctionalTests 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 6
6
<IISExpressAppHostConfig >$(MSBuildThisFileDirectory)applicationhost.config</IISExpressAppHostConfig >
7
7
<IISAppHostConfig >$(MSBuildThisFileDirectory)applicationhost.iis.config</IISAppHostConfig >
8
8
<PreserveCompilationContext >false</PreserveCompilationContext >
9
+ <DisableFastUpToDateCheck >True</DisableFastUpToDateCheck >
9
10
</PropertyGroup >
10
11
11
12
<Import Project =" assets.props" />
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<TargetFrameworks >netcoreapp2.2</TargetFrameworks >
5
5
<TestGroupName >IIS.FunctionalTests</TestGroupName >
6
+ <DisableFastUpToDateCheck >True</DisableFastUpToDateCheck >
6
7
</PropertyGroup >
7
8
8
9
<ItemGroup >
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
4
<TargetFrameworks >netcoreapp2.2</TargetFrameworks >
5
+ <DisableFastUpToDateCheck >True</DisableFastUpToDateCheck >
5
6
</PropertyGroup >
6
7
7
8
<ItemGroup >
You can’t perform that action at this time.
0 commit comments