File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 57
57
<EnvironmentVariables Include =" DotNetPackageVersionPropsPath=$(PackageVersionPropsPath)" />
58
58
</ItemGroup >
59
59
60
+ <ItemGroup Condition =" '$(OfflineBuild)' != 'true'" >
61
+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version =" 3.1.14" />
62
+ </ItemGroup >
63
+
60
64
<Target Name =" SetOutputList" AfterTargets =" Package" BeforeTargets =" GatherBuiltPackages" >
61
65
<ItemGroup >
62
66
<PackagesOutputList Include =" $(ShippingPackagesOutput)" />
66
70
67
71
<UsingTask AssemblyFile =" $(XPlatSourceBuildTasksAssembly)" TaskName =" PublishToolsetBinaries" />
68
72
69
- <Target Name =" PublishBinaries"
73
+ <Target Name =" PublishBinaries"
70
74
AfterTargets =" Build"
71
75
Inputs =" $(MSBuildProjectFullPath)"
72
76
Outputs =" $(RepoCompletedSemaphorePath)PublishBinaries.complete" >
You can’t perform that action at this time.
0 commit comments