Fix race in build
This commit is contained in:
parent
0d2eb2809c
commit
335364165f
|
|
@ -55,6 +55,11 @@
|
||||||
Properties="PublishDir=$(SdkOutputPath)temp;TargetFramework=netcoreapp3.0"
|
Properties="PublishDir=$(SdkOutputPath)temp;TargetFramework=netcoreapp3.0"
|
||||||
Targets="Publish"
|
Targets="Publish"
|
||||||
ContinueOnError="true" />
|
ContinueOnError="true" />
|
||||||
|
<MSBuild
|
||||||
|
Projects="..\..\Microsoft.AspNetCore.Mvc.Razor.Extensions\src\Microsoft.AspNetCore.Mvc.Razor.Extensions.csproj"
|
||||||
|
Properties="TargetFramework=netstandard2.0"
|
||||||
|
Targets="Build"
|
||||||
|
ContinueOnError="true" />
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<RazorToolsOutput Include="$(SdkOutputPath)temp\**\*.*" />
|
<RazorToolsOutput Include="$(SdkOutputPath)temp\**\*.*" />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue